Release v1.3
Changelog:
- Pushed to esp-idf v5.1.2
- Added support for ESP32C3
- Fixed bug with number only SSID or Wifi password
- Fixed load times and failed loads of the website by minifying and including the CSS and JS code
- No pre-defined pins for the UART. If both pins are set to the same number (like initially) then the UART will not be opened. User has to define the TX & RX pins initially. That way there is only one image for all boards necessary.
Known Issues:
- Load errors may occur on the ESP32C3 when in AP-Mode and accessed via PC/Desktop browser. Android mobile browsers performed well.
Erase the flash of the ESP32 first!
To flash see the Github Readme or run:
esptool.py -p (PORT) -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x1000 bootloader.bin 0x8000 partition-table.bin 0x10000 db_esp32.bin 0x110000 www.bin