Skip to content

v1.3.1

Compare
Choose a tag to compare
@mobizt mobizt released this 24 Jan 09:23
· 29 commits to master since this release

January 22, 2023

v1.3.0 Stable release

Updates:

  • Fix chunked response handling (faster response reading).
  • Fix wdt reset in ESP8266 core v3.1.1 as delay(0) replaced by esp suspend.
  • Improve errors handling.
  • Improve NTP time synching.
  • Improve auth token management.
  • Add support Raspberry Pi Pico (RP2040).
  • Add support SDFS (ESP8266SdFat) in Raspberry Pi Pico.
  • Add suppor WiFi reconnection for ESP32, ESP8266 and Raspberry Pi Pico W.
  • Add support Ethernet for ESP32, ESP8266 and Raspberry Pi Pico.
  • Add support other network Clients e.g., WiFiClient, EthernetClient and GSMClient using ESP_SSLClient and other SSL Clients.