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