This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/SinricPro_Generic
Releases · khoih-prog/SinricPro_Generic
v2.8.5 to use Ethernet_Generic library, to add support to Portenta_H7, WIZNet W5100S, etc.
Version 2.8.5
- Use Ethernet_Generic library as default for W5x00 Ethernet.
- Add support to Portenta_H7
- Add support to WIZNet W5100S, such as WIZnet Ethernet HAT and W5100S-EVB-Pico
- Update
Packages' Patches
v2.8.4 to autodetect ESP32 core version, to fix bug in examples for WT32_ETH01 and to update `Packages' Patches`
Version 2.8.4
- Auto detect ESP32 core version for WT32_ETH01
- Fix bug in examples for WT32_ETH01
- Update
Packages' Patches
v2.8.3 to update `platform.ini` and `library.json`
Version 2.8.3
- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix - Update
Packages' Patches
Release v2.8.2 to add support to WT32_ETH01 (ESP32 + LAN8720A) using optional WEBSOCKET_SSL
Releases v2.8.2
- Add support to WT32_ETH01 (ESP32 + LAN8720A) using optional WEBSOCKET_SSL
Release v2.8.1 to add support to RP2040-based boards, such as Arduino Nano RP2040 Connect, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040 using WiFiNINA or Ethernet
Releases v2.8.1
- 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.
- Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Earle Philhower's arduino-pico core
- Add
Table of Contents
Version v2.8.0 to add examples
Releases v2.8.0
- Sync with v2.8.0 of original SinricPro library. Check Change Log for more details.
- Use std::queue instead of QueueList.
- Add examples Light_FastLED_WS2812 and RGB_LED_Stripe_5050 for ESP32/ESP8266.
- Add example WIOT_MultiSwitch_LCD for SeeedStudio SAMD51 WIO Terminal
Version v2.7.4 to add support to WIO Terminal, and, in general, boards with Realtek RTL8720DN WiFi
Releases v2.7.4
- Sync with v2.7.4 of original SinricPro library. Check Change Log for more details.
- Add examples and support to SeeedStudio WIO Terminal, and in general, boards with Realtek RTL8720DN WiFi using Seeed_Arduino_rpcWiFi and Seeed_Arduino_rpcUnified libraries. This RTL8720DN supports Dual-Band 2.4GHz / 5GHz Wi-Fi (802.11 a/b/g/n) as well as BLE/BLE 5.0. To be used with
WebSockets_Generic v2.3.2+
.
Version v2.7.0 to add AppKey, AppSecret and DeviceId classes and RTT function.
Releases v2.7.0
- Sync with v2.7.0 of original SinricPro library : Added AppKey, AppSecret and DeviceId classes.
- Add function to measure the RTT between device and SinricPro Server (SinricPro.onPong())
- Update Platform.ini to support PlatformIO 5.x owner-based dependency declaration.
Version v2.6.1 to add AirQualitySensor and Camera Class.
Releases v2.6.1
- Bump up to sync with v2.6.1 of original SinricPro library to add AirQualitySensor, Camera Class.
Version v2.5.1 to add support to STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards as well as W5x00's Ethernet2, Ethernet3, EthernetLarge Libraries.
Releases v2.5.1
- Add support to :
- STM32F/L/H/G/WB/MP1 (Nucleo-64 L053R8,Nucleo-144, Nucleo-64, Nucleo-32, Discovery, STM32Fx, STM32H7, STM32Lx, STM32Gx, STM32WB, STM32MP1, etc.) having 64K+ Flash program memory.
- Seeeduino SAMD21/SAMD51 boards (SEEED_WIO_TERMINAL, SEEED_FEMTO_M0, SEEED_XIAO_M0, Wio_Lite_MG126, WIO_GPS_BOARD, SEEEDUINO_ZERO, SEEEDUINO_LORAWAN, SEEED_GROVE_UI_WIRELESS, etc.)
- Add support to :
- W5x00's Ethernet2, Ethernet3, EthernetLarge Libraries.
- Add sample Packages_Patches for STM32 stm32 (Nucleo-144 NUCLEO_F767ZI, Nucleo-64 NUCLEO_L053R8)
- Add Ethernet Library Patches to support new WebSockets headers.
- Add more Packages' Patches.
- Bump up to sync with v2.5.1 of original SinricPro library to add Speaker SelectInput and ESP32 Camera.
- Restructure examples.
- Add Packages' Patches for Arduino SAMD21 to fix compiler error issue for Nano-33-IoT, ZERO, MKR, etc.
- Fix Teensy compiler issue for
Teensy core 1.53+