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

Releases: khoih-prog/WiFiWebServer

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

13 Oct 05:02
4cfdb48
Compare
Choose a tag to compare

Releases v1.4.2

  1. Update platform.ini and library.json to use original khoih-prog instead of khoih.prog after PIO fix
  2. 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

05 Oct 00:26
7236cdd
Compare
Choose a tag to compare

Releases v1.4.1

  1. Change option for PIO lib_compat_mode from default soft to strict to minimize compile error in cross-platform
  2. Update Packages' Patches for many boards

v1.4.0 to add support to Portenta_H7 using Arduino mbed_portenta core

08 Sep 07:19
53caedd
Compare
Choose a tag to compare

Major Releases v1.4.0

  1. Add support to Portenta_H7 using Arduino mbed_portenta core.
  2. Update Packages' Patches for Portenta_H7

v1.3.1 to add support to ESP32/ESP8266 to use in some rare use-cases

06 Sep 22:55
bac96f3
Compare
Choose a tag to compare

Releases v1.3.1

  1. Add support to ESP32/ESP8266 to use in some rare use-cases
  2. Update Packages' Patches
  3. Split changelog.md from README.md

v1.3.0 to add support to Adafruit nRF52 core v0.22.0+ and Raytac MDBT50Q_RX Dongle

14 Aug 17:21
e7d2abb
Compare
Choose a tag to compare

Releases v1.3.0

  1. Add support to Adafruit nRF52 core v0.22.0+
  2. Add support to Raytac MDBT50Q_RX Dongle
  3. 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

26 May 05:44
95f2911
Compare
Choose a tag to compare

Major Releases v1.2.0

  1. Add support to Arduino Nano RP2040 Connect using Arduino mbed OS for Nano boards.
  2. 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.
  3. 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.
  4. Add to examples the support to ESP32-AT/ESP8266-AT WiFi, using WiFiEspAT library v1.3.1+
  5. Fix bugs
  6. Update Packages' Patches

Version v1.1.1 to clean-up all compiler warnings possible and add MQTT examples

27 Dec 07:30
00e3283
Compare
Choose a tag to compare

Releases v1.1.1

  1. Clean-up all compiler warnings possible.
  2. Add MQTT examples
  3. Add Version String

Version v1.1.0 to add high-level HTTP and WebSockets Client

17 Nov 20:53
0507a1c
Compare
Choose a tag to compare

Major Release v1.1.0

  1. Add high-level HTTP and WebSockets Client by merging ArduinoHttpClient Library
  2. 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()

25 Sep 23:34
b779eed
Compare
Choose a tag to compare

Release v1.0.7

  1. Add support to PROGMEM-related commands, such as sendContent_P() and send_P()
  2. Update Platform.ini to support PlatformIO 5.x owner-based dependency declaration.
  3. Clean up code.
  4. Update examples.

Version v1.0.6 to add support to STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51

24 Jul 07:38
307993f
Compare
Choose a tag to compare

New in v1.0.6

  1. Add support to all STM32F/L/H/G/WB/MP1 boards.
  2. Add support to Seeeduino SAMD21/SAMD51 boards.
  3. Restructure examples. Clean-up code.