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

Commit

Permalink
v2.8.2 to add support to WT32_ETH01
Browse files Browse the repository at this point in the history
### Releases v2.8.2

1. Add support to WT32_ETH01 (ESP32 + LAN8720A) using WEBSOCKET_SSL or not
  • Loading branch information
khoih-prog committed Jul 20, 2021
1 parent c77683c commit b7eb6ea
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions examples/WT32_ETH01/Blinds/Blinds.ino
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,9 @@
#include "SinricPro_Generic.h"
#include "SinricProBlinds.h"

#define APP_KEY "51c22eb7-fec7-415b-89c1-7c1d4f8d9992" // Should look like "de0bxxxx-1x3x-4x3x-ax2x-5dabxxxxxxxx"
#define APP_SECRET "b29c62f5-54b7-4c2c-8cf1-28bf09b6d8ae-07d9f1b4-95e4-4576-970f-a0aaf2741576" // Should look like "5f36xxxx-x3x7-4x3x-xexe-e86724a9xxxx-4c4axxxx-3x3x-x5xe-x9x3-333d65xxxxxx"
#define BLINDS_ID "5ed0759b3045f14787e48113" // Should look like "5dc1564130xxxxxxxxxxxxxx"
//#define APP_KEY "YOUR-APP-KEY" // Should look like "de0bxxxx-1x3x-4x3x-ax2x-5dabxxxxxxxx"
//#define APP_SECRET "YOUR-APP-SECRET" // Should look like "5f36xxxx-x3x7-4x3x-xexe-e86724a9xxxx-4c4axxxx-3x3x-x5xe-x9x3-333d65xxxxxx"
//#define BLINDS_ID "YOUR-DEVICE-ID" // Should look like "5dc1564130xxxxxxxxxxxxxx"
#define APP_KEY "YOUR-APP-KEY" // Should look like "de0bxxxx-1x3x-4x3x-ax2x-5dabxxxxxxxx"
#define APP_SECRET "YOUR-APP-SECRET" // Should look like "5f36xxxx-x3x7-4x3x-xexe-e86724a9xxxx-4c4axxxx-3x3x-x5xe-x9x3-333d65xxxxxx"
#define BLINDS_ID "YOUR-DEVICE-ID" // Should look like "5dc1564130xxxxxxxxxxxxxx"

#define BAUD_RATE 115200 // Change baudrate to your need

Expand Down

0 comments on commit b7eb6ea

Please sign in to comment.