Compare commits

..

No commits in common. "fad84e12c8d4a5a5a6100039413ea5452d741e29" and "29868e7101faf0f0c1ad977395b19e001511d6b1" have entirely different histories.

2 changed files with 1 additions and 14 deletions

View File

@ -1,18 +1,5 @@
# Changelog
## [1.4.10] - 2025-03-30
### Added
- add manual tare functionality for scale
- add debounce handling for TTP223 touch sensor
- add TTP223 touch sensor support and wiring configuration
### Changed
- update platformio.ini for version v1.4.10
### Fixed
- update TTP223 pin configuration and adjust touch sensor logic
## [1.4.9] - 2025-03-29
### Changed
- update platformio.ini for version v1.4.9

View File

@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html
[common]
version = "1.4.10"
version = "1.4.9"
to_old_version = "1.4.0"
##