This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/WiFiWebServer
Releases · khoih-prog/WiFiWebServer
v1.4.2 to update `platform.ini` and `library.json`
Releases v1.4.2
- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix - Update
Packages' Patches
v1.4.1 to change option for PIO `lib_compat_mode` from default `soft` to `strict` to minimize compile error in cross-platform
Releases v1.4.1
- Change option for PIO
lib_compat_mode
from defaultsoft
tostrict
to minimize compile error in cross-platform - Update
Packages' Patches
for many boards
v1.4.0 to add support to Portenta_H7 using Arduino mbed_portenta core
Major Releases v1.4.0
- Add support to Portenta_H7 using Arduino mbed_portenta core.
- Update
Packages' Patches
for Portenta_H7
v1.3.1 to add support to ESP32/ESP8266 to use in some rare use-cases
Releases v1.3.1
- Add support to ESP32/ESP8266 to use in some rare use-cases
- Update
Packages' Patches
- Split
changelog.md
fromREADME.md
v1.3.0 to add support to Adafruit nRF52 core v0.22.0+ and Raytac MDBT50Q_RX Dongle
Releases v1.3.0
- Add support to Adafruit nRF52 core v0.22.0+
- Add support to Raytac MDBT50Q_RX Dongle
- Update
Packages' Patches
Release v1.2.0 to add support to RP2040-based boards, such as Arduino Nano RP2040 Connect, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040
Major Releases v1.2.0
- Add support to Arduino Nano RP2040 Connect using Arduino mbed OS for Nano boards.
- Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Earle Philhower's arduino-pico v1.5.1+ core.
- Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 v2.1.0+ core.
- Add to examples the support to ESP32-AT/ESP8266-AT WiFi, using
WiFiEspAT library v1.3.1+
- Fix bugs
- Update
Packages' Patches
Version v1.1.1 to clean-up all compiler warnings possible and add MQTT examples
Releases v1.1.1
- Clean-up all compiler warnings possible.
- Add MQTT examples
- Add Version String
Version v1.1.0 to add high-level HTTP and WebSockets Client
Major Release v1.1.0
- Add high-level HTTP and WebSockets Client by merging ArduinoHttpClient Library
- Add many more examples for HTTP and WebSockets Client.
Version v1.0.7 to add support to PROGMEM-related commands, such as sendContent_P() and send_P()
Release v1.0.7
- Add support to PROGMEM-related commands, such as sendContent_P() and send_P()
- Update Platform.ini to support PlatformIO 5.x owner-based dependency declaration.
- Clean up code.
- Update examples.
Version v1.0.6 to add support to STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51
New in v1.0.6
- Add support to all STM32F/L/H/G/WB/MP1 boards.
- Add support to Seeeduino SAMD21/SAMD51 boards.
- Restructure examples. Clean-up code.