Skip to content

Releases: ChipCE/WiFiMan

v1.4.3

04 Jan 23:22
Compare
Choose a tag to compare
  • Bring back OTA update function (Thank to DerTomm)

v1.4.2

14 Jan 01:16
106906c
Compare
Choose a tag to compare
  • Temporarily disable OTA update function due incompatible with newest ESP8266 core(v2.6.x)
  • Temporarily disable setExtFunction due Soft WDT crash.(Issues #15)

v1.4.1

11 Aug 00:41
Compare
Choose a tag to compare

v1.4.1

  • Added void setExtFunc(void (*f)(void)) to execute custom action during config-mode.
  • Added simple example for SonOff Basic.

v1.4.0

11 Jul 07:05
d476cb8
Compare
Choose a tag to compare
  • Migrating from ArduinoJson 5 to ArduinoJson 6.
  • Added void setConnectDelay(unsigned int delayms) : Set delay between connects attempts.

v1.3.1

03 Mar 07:36
Compare
Choose a tag to compare
  • Added setConfigPin(int pinNumber) function.
    Set auto-connect interrupt pin. Pull this pin down for more than 500ms will skip auto-connect process(only works when the device trying to connect to AP using saved config). This function must be called before .start()

v1.3.0

31 Jan 02:19
46ee25f
Compare
Choose a tag to compare

v1.3.0

  • Removed serial control liblary and it's functions.
  • Optimized memory usage.

v1.2.0

07 Dec 16:07
32e7f0c
Compare
Choose a tag to compare
Merge pull request #10 from ChipTechno/testing

Merge

v1.1.2

28 Nov 14:00
Compare
Choose a tag to compare

Change log

  • Rework on memory allocator (again).
  • Added examples for ESP8266OTA.
  • Theming now support standard css format.

v1.1.1

27 Nov 08:14
Compare
Choose a tag to compare
  • Rework on memory allocator.

v1.1.0

25 Nov 16:21
Compare
Choose a tag to compare

Change in v1.1.0

  • Merge ESP8266OTA with WiFiMan
    If you have the old ESP8266OTA library installed, please remove it to avoid conflig with new WiFiMan library.
  • Rework with Web UI for more customizable and better memory usage.
    UI text color and backdround now can be customized.Change the color value of your choice in Theme.h file.
    Some sample of Theme.h are available in themes folder.New themes will be added later.