Skip to content

Releases: ldab/esp32_pottery_kiln

Allow RE-configuration

28 Dec 09:07
224752d
Compare
Choose a tag to compare
2.0.2

allow re-configuration (#9)

Minor fix

15 Jun 07:36
Compare
Choose a tag to compare
2.0.1

fix step recover after crash

Arduino 2.0.0 - wet run

30 Apr 20:21
9b743ac
Compare
Choose a tag to compare

Wet run after moving to Arduino 2.0.0

TODO

  • Update Readme
  • Keep backtrace
  • Prettify OTA

0.1.0

17 Mar 11:03
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

What's Changed

Flashing

$ python ".\esptool.py" --before default_reset --after hard_reset --chip esp8266 --port "COM5" --baud 921600 write_flash 0x0 .\firmware.bin

Full Changelog: https://github.com/ldab/esp32_pottery_kiln/commits/0.1.0

0.0.5

17 Mar 09:53
3435f12
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release

What's Changed

  • My pid by @ldab in #1
  • include PaperTrail and revert to on_off by @ldab in #2
  • Blynk 2.0 by @ldab in #3
  • publish reset reason to papertrail by @ldab in #4
  • use blynk to OTA by @ldab in #5
  • Implement CI on GitHub Actions by @ldab in #6

New Contributors

  • @ldab made their first contribution in #1

Flashing

$ python ".\esptool.py" --before default_reset --after hard_reset --chip esp8266 --port "COM5" --baud 921600 write_flash 0x0 .\firmware.bin

Full Changelog: https://github.com/ldab/esp32_pottery_kiln/commits/0.0.5