Skip to content

Releases: garyservin/linka-firmware

v0.3.2

12 Mar 19:39
Compare
Choose a tag to compare

What's Changed

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

21 Feb 06:04
Compare
Choose a tag to compare

What's Changed

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

17 Nov 03:12
Compare
Choose a tag to compare

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

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

17 Nov 03:12
87cc883
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/garyservin/linka-firmware/commits/0.2