Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Releases: khoih-prog/ESP_WiFiManager

Major Releases v1.1.0 to add MultiWiFi with auto(Re)connect feature

29 Aug 07:07
6cecb5d
Compare
Choose a tag to compare

Major Releases v1.1.0

  1. Add MultiWiFi feature to auto(Re)connect to the best WiFi at runtime
  2. Fix bug.
  3. Completely enhanced examples to use new MultiWiFi feature.

Version v1.0.11 to add CORS feature and fix bug in softAP, autoConnect, resetSettings.

17 Aug 20:47
19d09f5
Compare
Choose a tag to compare

Releases 1.0.11

  1. Add optional CORS (Cross-Origin Resource Sharing) feature. Thanks to AlesSt. See more in Issue #27: CORS protection fires up with AJAX and Cross Origin Resource Sharing. To use, you must explicitly use #define USING_CORS_FEATURE true
  2. Solve issue softAP with custom IP sometimes not working. Thanks to AlesSt. See Issue #26: softAP with custom IP not working and Wifi.softAPConfig() sometimes set the wrong IP address.
  3. Temporary fix for issue of not clearing WiFi SSID/PW from flash of ESP32. Thanks to AlesSt. See more in Issue #25: API call /r doesnt clear credentials and WiFi.disconnect(true) problem.
  4. Fix autoConnect() feature to permit autoConnect() to use STA static IP or DHCP IP. Remove from deprecated functi0n list.
  5. Enhance README.md with more instructions and illustrations.

Version v1.0.10 to add new features and enhance Config Portal GUI

09 Aug 05:45
1ae6038
Compare
Choose a tag to compare

Releases 1.0.10

  1. Don't need to reinput already working SSID in Config Port to update other parameters, such as StaticIP.
  2. Disable/Enable StaticIP configuration in Config Portal from sketch. Valid only if DHCP is used.
  3. Change HTTP_XYZ constants to WM_HTTP_XYZ to avoid conflicts with future releases of ESP32 and ESP8266 cores.
  4. Add feature to change WiFi AP channel (fixed or random) to avoid conflict in AP-overcrowded environments.
  5. Enhance Config Portal GUI and get the item out of the bucket list.
  6. Enhance README.md with more instructions and illustrations.

Version v1.0.9 to fix ESP32 STAstaticIP bug and add enhancements

30 Jul 07:06
07b67e8
Compare
Choose a tag to compare

Releases 1.0.9

  1. Fix ESP32 STAstaticIP bug.
  2. Enable changing from DHCP <-> static IP using Config Portal.
  3. Enable NTP configuration from sketch (USE_ESP_WIFIMANAGER_NTP, USE_CLOUDFLARE_NTP). See Issue #21: CloudFlare link in the default portal.
  4. Add, enhance examples (fix MDNS for ESP32 examples, add DRD feature).

Version v1.0.8 to fix bug and add LittleFS support for ESP8266

11 Jun 02:17
49c4012
Compare
Choose a tag to compare

Releases 1.0.8

  1. Fix setSTAStaticIPConfig issue. See Static Station IP doesn't work
  2. Add LittleFS support for ESP8266 core 2.7.1+ in examples to replace deprecated SPIFFS.
  3. Restructure code.

Version v1.0.7 with faster initial connection time and bug fix

13 Apr 21:43
343ccd8
Compare
Choose a tag to compare

Releases 1.0.7

  1. Use just-in-time scanWiFiNetworks() to reduce connection time necessary for battery-operated DeepSleep application.
  2. Fix bug relating SPIFFS in examples :
  1. Fix README.

Version v1.0.6

04 Feb 04:00
5b93373
Compare
Choose a tag to compare

Releases 1.0.6

New in v1.0.6

Releases 1.0.6-beta

New in v1.0.6-beta

  • Add NTP data
  • Add support to ArduinoJson 6.0.0+ as well as 5.13.5- to examples

Version v1.0.6-beta

03 Feb 08:31
9d58cc7
Compare
Choose a tag to compare
Version v1.0.6-beta Pre-release
Pre-release

New in v1.0.6-beta

  • Add NTP data
  • Add support to ArduinoJson 6.0.0+ as well as 5.13.5- to examples

Version v1.0.5 adding configurable static DNS servers' IPs

15 Jan 21:38
51860c0
Compare
Choose a tag to compare

New in Version v1.0.5

Version v1.0.5 adding configurable static DNS servers' IPs besides static IP, Gateway and Subnet Mask

  1. Add option to specify static DNS servers, besides static IP, Gateway and Subnet Mask
  2. Modify and add examples. Enhance README.md

Version v1.0.4 with DHCP hostname and more examples

07 Jan 21:04
6df81c0
Compare
Choose a tag to compare

New in v1.0.4

  1. Add ESP_WiFiManager DHCP hostname feature
  2. Modify examples to use latest features. Add example ESP_FSWebServer
  3. Enhance README.md