Skip to content

Releases: ChipCE/WiFiMan

v1.4.3

Choose a tag to compare

@ChipCE ChipCE released this 04 Jan 23:22
  • Bring back OTA update function (Thank to DerTomm)

v1.4.2

Choose a tag to compare

@ChipCE ChipCE released this 14 Jan 01:16
106906c
  • 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

Choose a tag to compare

@ChipCE ChipCE released this 11 Aug 00:41

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

Choose a tag to compare

@ChipCE ChipCE released this 11 Jul 07:05
d476cb8
  • Migrating from ArduinoJson 5 to ArduinoJson 6.
  • Added void setConnectDelay(unsigned int delayms) : Set delay between connects attempts.

v1.3.1

Choose a tag to compare

@ChipCE ChipCE released this 03 Mar 07:36
  • 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

Choose a tag to compare

@ChipCE ChipCE released this 31 Jan 02:19
46ee25f

v1.3.0

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

v1.2.0

Choose a tag to compare

@ChipCE ChipCE released this 07 Dec 16:07
32e7f0c
Merge pull request #10 from ChipTechno/testing

Merge

v1.1.2

Choose a tag to compare

@ChipCE ChipCE released this 28 Nov 14:00

Change log

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

v1.1.1

Choose a tag to compare

@ChipCE ChipCE released this 27 Nov 08:14
  • Rework on memory allocator.

v1.1.0

Choose a tag to compare

@ChipCE ChipCE released this 25 Nov 16:21

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.