- Add support to Teensy 4.1 QNEthernet and NativeEthernet
- Add support to
Portenta_H7 Ethernet and WiFi
- Use Ethernet_Generic library as default for W5x00 Ethernet
- Rewrite all examples for new features with better debug information.
- Add examples
tzTest
andWriteRules
and examples forPortenta_H7 Ethernet and WiFi
- Update
Packages_Patches
- Optimize code by using passing by
reference
instead of byvalue
- Add
ESP_Complex
examples to update system time from RTC time. Check setTime() does not set system time #1 - Update
Packages' Patches
- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix - Update
Packages' Patches
- Using TimeLib instead of Time to avoid case-insensitive issue with Windows and MacOS
- Add support to RP2040-based boards such as NANO_RP2040_CONNECT, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040 using Arduino-mbed RP2040 core or Earle Philhower's arduino-pico core.
- Add support to ESP32-S2/ESP32-C3
- Add examples for ESP32/ESP8266 using LittleFS/SPIFFS
- Add support to AVR, UNO WiFi Rev2 boards.
- Clean-up all compiler warnings possible.
- Optimize library and examples to reduce memory usage by using Flash String whenever possible.
- Add Table of Contents
- Initial porting to many Generic boards using WiFi/Ethernet modules/shields.
- Add support to ESP8266, ESP32, SAMD21/SAMD51, nRF52, STM32F/L/H/G/WB/MP1 with WiFiNINA, ESP8266/ESP32 WiFi, ESP8266-AT, W5x00, ENC28J60, LAN8742A Ethernet modules/shields.
- Fix bug. Add functions.
- Completely new examples.