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

Releases: khoih-prog/SinricPro_Generic

v2.8.5 to use Ethernet_Generic library, to add support to Portenta_H7, WIZNet W5100S, etc.

24 Apr 04:53
1a68cb5
Compare
Choose a tag to compare

Version 2.8.5

  1. Use Ethernet_Generic library as default for W5x00 Ethernet.
  2. Add support to Portenta_H7
  3. Add support to WIZNet W5100S, such as WIZnet Ethernet HAT and W5100S-EVB-Pico
  4. Update Packages' Patches

v2.8.4 to autodetect ESP32 core version, to fix bug in examples for WT32_ETH01 and to update `Packages' Patches`

01 Dec 21:28
14c45a1
Compare
Choose a tag to compare

Version 2.8.4

  1. Auto detect ESP32 core version for WT32_ETH01
  2. Fix bug in examples for WT32_ETH01
  3. Update Packages' Patches

v2.8.3 to update `platform.ini` and `library.json`

13 Oct 01:29
990d7b6
Compare
Choose a tag to compare

Version 2.8.3

  1. Update platform.ini and library.json to use original khoih-prog instead of khoih.prog after PIO fix
  2. Update Packages' Patches

Release v2.8.2 to add support to WT32_ETH01 (ESP32 + LAN8720A) using optional WEBSOCKET_SSL

20 Jul 05:30
b7eb6ea
Compare
Choose a tag to compare

Releases v2.8.2

  1. 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

03 Jun 03:50
1591f1d
Compare
Choose a tag to compare

Releases v2.8.1

  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.
  2. Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Earle Philhower's arduino-pico core
  3. Add Table of Contents

Version v2.8.0 to add examples

11 Dec 06:30
7212906
Compare
Choose a tag to compare

Releases v2.8.0

  1. Sync with v2.8.0 of original SinricPro library. Check Change Log for more details.
  2. Use std::queue instead of QueueList.
  3. Add examples Light_FastLED_WS2812 and RGB_LED_Stripe_5050 for ESP32/ESP8266.
  4. 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

13 Nov 01:42
ccd362a
Compare
Choose a tag to compare

Releases v2.7.4

  1. Sync with v2.7.4 of original SinricPro library. Check Change Log for more details.
  2. 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.

05 Oct 18:59
d0d6a8e
Compare
Choose a tag to compare

Releases v2.7.0

  1. Sync with v2.7.0 of original SinricPro library : Added AppKey, AppSecret and DeviceId classes.
  2. Add function to measure the RTT between device and SinricPro Server (SinricPro.onPong())
  3. Update Platform.ini to support PlatformIO 5.x owner-based dependency declaration.

Version v2.6.1 to add AirQualitySensor and Camera Class.

16 Aug 07:31
15f9e0f
Compare
Choose a tag to compare

Releases v2.6.1

  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.

04 Aug 05:49
6d11403
Compare
Choose a tag to compare

Releases v2.5.1

  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.)
  1. Add support to :
  • W5x00's Ethernet2, Ethernet3, EthernetLarge Libraries.
  1. Add sample Packages_Patches for STM32 stm32 (Nucleo-144 NUCLEO_F767ZI, Nucleo-64 NUCLEO_L053R8)
  2. Add Ethernet Library Patches to support new WebSockets headers.
  3. Add more Packages' Patches.
  4. Bump up to sync with v2.5.1 of original SinricPro library to add Speaker SelectInput and ESP32 Camera.
  5. Restructure examples.
  6. Add Packages' Patches for Arduino SAMD21 to fix compiler error issue for Nano-33-IoT, ZERO, MKR, etc.
  7. Fix Teensy compiler issue for Teensy core 1.53+