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

Releases: khoih-prog/WiFiManager_NINA_Lite

v1.7.1 to fix bug for RP2040 using `arduino-pico` core

27 Apr 14:58
cdb027a
Compare
Choose a tag to compare

Release v1.7.1

  1. Fix bug for RP2040 using arduino-pico core

v1.7.0 to use WiFiMulti_Generic library to connect to the best of multi-WiFi APs, with auto-checking / auto-reconnecting features when WiFi connection is lost.

27 Apr 03:58
9eef354
Compare
Choose a tag to compare

Release v1.7.0

  1. Use WiFiMulti_Generic library to connect to the best of multi-WiFi APs, with auto-checking / auto-reconnecting features when WiFi connection is lost.
  2. Update Packages' Patches

v1.6.3 to add optional `CONFIG_MODE_LED` to be `ON` when in Config Portal mode and to add function `isConfigMode()` to signal system is in Config Portal mode.

21 Feb 02:32
d894548
Compare
Choose a tag to compare

Release v1.6.3

  1. Add optional CONFIG_MODE_LED to be ON when in Config Portal mode. Check Knowing when configuration mode is on or off #26
  2. Add function isConfigMode() to signal system is in Config Portal mode.

v1.6.2 to optimize code by passing by `reference` instead of `value`.to permit optional `Board_Name` in Config Portal and to update `Packages' Patches`

19 Feb 04:24
4272985
Compare
Choose a tag to compare

Release v1.6.2

  1. Optimize code by passing by reference instead of value
  2. Optional Board_Name in Config Portal. Check option to remove board name from web page #25
  3. Update Packages' Patches

v1.6.1 to update to be compatible with new `FlashStorage_SAMD`, to use better `FlashStorage_STM32` library for STM32, to fix bug for RP2040 boards using `ArduinoCore-mbed`

27 Jan 00:56
6fd5561
Compare
Choose a tag to compare

Release v1.6.1

  1. Update to be compatible with new FlashStorage_SAMD
  2. Use better FlashStorage_STM32 library for STM32
  3. Fix bug for RP2040 boards using ArduinoCore-mbed
  4. Add support to generic SAMD21 boards : __SAMD21E1xA__, __SAMD21G1xA__ and __SAMD21J1xA__
  5. Update Packages' Patches

v1.6.0 to add support to RP2040-based boards, such as NANO_RP2040_CONNECT using arduino-pico core and add configurable `WIFI_RECON_INTERVAL`

06 Jan 03:30
dc5a0f2
Compare
Choose a tag to compare

v1.5.0 to fix the blocking issue in loop()

05 Jan 20:22
7a37010
Compare
Choose a tag to compare

Release v1.5.0

  1. Fix the blocking issue in loop(). Check retries block the main loop #18
  2. Drop support to AVR Mega
  3. Update Packages' Patches

v1.4.1 to update `platform.ini` and `library.json`

13 Oct 03:54
0176497
Compare
Choose a tag to compare

Release v1.4.1

  1. Update platform.ini and library.json to use original khoih-prog instead of khoih.prog after PIO fix
  2. Update Packages' Patches

Release v1.4.0 to add support to RP2040-based boards, such as Arduino Nano RP2040 Connect, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040

29 May 21:01
7223aeb
Compare
Choose a tag to compare

Major Release v1.4.0

  1. Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Earle Philhower's arduino-pico core.
  2. Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 core.
  3. Update Packages' Patches
  4. Add LibraryPatches for Adafruit_MQTT_Library to fix compiler error for RP2040-based and many other boards.

Release v1.3.1 to fix createHTML bug

15 May 06:11
2bdad88
Compare
Choose a tag to compare

Release v1.3.1

  1. Fix createHTML bug.