Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.2.2] - 2025-06-19

### Added
* parts list to the readme

### Changed
* N/A

### Fixed
* N/A

### Removed
* N/A

## [1.2.1] - 2024-07-06

### Added
Expand Down Expand Up @@ -117,4 +131,4 @@
* N/A

### Removed
* N/A
* N/A
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ target_include_directories(${PROGRAM_NAME} PRIVATE
)

pico_set_program_name(${PROGRAM_NAME} "PicoWater")
pico_set_program_version(${PROGRAM_NAME} "1.2.1")
pico_set_program_version(${PROGRAM_NAME} "1.2.2")
pico_enable_stdio_uart(${PROGRAM_NAME} FALSE)
pico_enable_stdio_usb(${PROGRAM_NAME} TRUE)
pico_add_extra_outputs(${PROGRAM_NAME})
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,18 @@ You can check out a video walkthrough of the code for version 1.0.0 on my YouTub

## Table of Contents
- [Screenshots](#screenshots)
- [Parts List](#parts-list)
- [Features](#features)
- [Requirements](#requirements)
- [Setup](#setup)
- [Usage](#usage)
- [Project Structure](#project-structure)
- [License](#license)

## Parts List

* [Solenoid Valve](https://www.amazon.com/dp/B08NX6QBVJ)

## Features
- Automated garden watering using a solenoid valve.
- Configurable watering schedules via RTC alarms.
Expand Down Expand Up @@ -169,4 +174,4 @@ Make sure to check out their YouTube video that I followed [here](https://youtu.
[![PICO W WEBSERVER](https://img.youtube.com/vi/C_O0MXGBHsw/maxresdefault.jpg)](https://youtu.be/C_O0MXGBHsw)

## License
This project is licensed under the MIT License. See the [LICENSE](https://opensource.org/license/mit) file for details.
This project is licensed under the MIT License. See the [LICENSE](https://opensource.org/license/mit) file for details.