Skip to content

v0.3.0

Compare
Choose a tag to compare
@garyservin garyservin released this 17 Nov 03:12
· 9 commits to master since this release

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