Releases: sjefferson99/pico-power
Releases · sjefferson99/pico-power
v2.1.0
What's Changed
-
Moved initial relay states to config file by @sjefferson99 in #23
Configure initial state in config file, to ensure networking components are not reset while the pico-power starts up and connects to wifi -
Heartbeat on network connection by @sjefferson99 in #24
Options to configure a watchdog to poll for successful retrieval of an html site and take remediation in the form of network relay reset and wifi reconnection.
Full Changelog: v2.0.2...v2.1.0
v2.0.2 - API correctly sets relay values independently
What's Changed
- 12 missing documentation on led behaviour by @sjefferson99 in #18
- Fix type error by @sjefferson99 in #19
- 20 switch and toggle are not independent by @sjefferson99 in #22
Full Changelog: v2.0.1...v2.0.2
v2.0.1 - Wifi retries
What's Changed
- Wifi connect now retries as a function by @sjefferson99 in #17
Wifi now retries in a loop until successful instead of try once and fail.
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- Added MIT license by @sjefferson99 in #11
- 7 maybe move to tinyweb server by @sjefferson99 in #14
Refactored using tinyweb server and abstracted in preparation for modular inclusion in the boatman network - Breaking change in the API layout
Full Changelog: v1.0.1...v2.0.0
v1.0.1
What's Changed
- Wifi failure feedback. This fixes #8 by @sjefferson99 in #9
New Contributors
- @sjefferson99 made their first contribution in #9
Full Changelog: v1.0...v1.0.1
v1.0
Individual relay switch control with additional duration based toggle option via simple web server.