Skip to content

Releases: Naguissa/uEspConfigLib

Minor fixes

09 Dec 07:56

Choose a tag to compare

  • Fix EEPROM close file return type
  • Simplify common mallocs
  • Add some info on README

Adds WiFi scanner

06 Nov 08:29

Choose a tag to compare

Adds _optional field named "options" when defining configuration options. setting it to uEspConfigLib_OPTION_SCANNER adds a WiFi scanner link that opens a new window listing all WiFis and lets you to select one SSID on that new window. This only works on HTML config page.

A typica usage is:

config->addOption("wifi_ssid", "SSID of your WiFi", "Unconfigured_device", uEspConfigLib_OPTION_SCANNER);

EEPROM support

26 Jun 05:57

Choose a tag to compare

Add EEPROM support using uEEPROMLib

It will read/write config to I2C EEPROM starting at position 0 using uEEPROMLib

v.1.0.0

12 Nov 11:57

Choose a tag to compare

First relese