Releases: ldab/esp32_pottery_kiln
Releases · ldab/esp32_pottery_kiln
Allow RE-configuration
Minor fix
Arduino 2.0.0 - wet run
Wet run after moving to Arduino 2.0.0
TODO
- Update Readme
- Keep backtrace
- Prettify OTA
0.1.0
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
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
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