Skip to content

Releases: sjefferson99/pico-power

v2.1.0

27 Nov 19:22
448840d
Compare
Choose a tag to compare

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

20 Nov 16:21
0b559ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1 - Wifi retries

20 Nov 15:15
0e5d320
Compare
Choose a tag to compare

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

19 Nov 21:18
2b456b2
Compare
Choose a tag to compare

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

19 Nov 13:28
2e1e7f8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0...v1.0.1

v1.0

19 Nov 01:12
Compare
Choose a tag to compare

Individual relay switch control with additional duration based toggle option via simple web server.