Releases: garyservin/linka-firmware
Releases · garyservin/linka-firmware
v0.3.2
What's Changed
- Add firmware version to http POST by @garyservin in #19
Full Changelog: 0.3.1...0.3.2
To flash the new version
pip install esptool
esptool.py --chip esp8266 --port /dev/ttyUSB0 --baud 115200 --before default_reset --after hard_reset write_flash 0x0 linka-firmware-v0.3.2.bin
v0.3.1
What's Changed
- Allow remote OTA upgrades by @garyservin in #13
- Update sdk version by @garyservin in #15
- Add option to factory reset microcontroller by @garyservin in #17
Full Changelog: 0.3.0...0.3.1
To flash the new version
pip install esptool
esptool.py --chip esp8266 --port /dev/ttyUSB0 --baud 115200 --before default_reset --after hard_reset write_flash 0x0 linka-firmware-v0.3.1.bin
v0.3.0
What's Changed
- Added basic documentation added and "Platformiorization" files by @neowinx in #4
- Add https support, use WiFiClientSecure instead of WiFiClient by @melizeche in #5
- Set hostname correctly and disable debug for WC by @garyservin in #11
- Replace SIPPFS with LittleFS by @garyservin in #10
- Automatically retry to connect if we're in portal after set timeout by @garyservin in #9
New Contributors
- @neowinx made their first contribution in #4
- @melizeche made their first contribution in #5
Full Changelog: 0.2...0.3.0
To flash the new version
pip install esptool
esptool.py --chip esp8266 --port /dev/ttyUSB0 --baud 115200 --before default_reset --after hard_reset write_flash 0x0 linka-firmware-v0.3.0.bin
v0.2.0
What's Changed
- Add description field by @garyservin in #1
- Fix typo by @matiasinsaurralde in #3
New Contributors
- @matiasinsaurralde made their first contribution in #3
Full Changelog: https://github.com/garyservin/linka-firmware/commits/0.2