Skip to content

Commit

Permalink
Update ESP32_multicore_code.ino
Browse files Browse the repository at this point in the history
JoyBed authored Feb 8, 2021
1 parent aa50b6c commit 7847c02
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ESP32_multicore_code/ESP32_multicore_code.ino
Original file line number Diff line number Diff line change
@@ -28,9 +28,11 @@
TaskHandle_t Task1;
TaskHandle_t Task2;

const char* ssid = "SONY_BRAVIA-55xf8505"; // Change this to your WiFi SSID
const char* password = "abcdef123456"; // Change this to your WiFi password
const char* ducouser = "JoyBed"; // Change this to your Duino-Coin username
// TIP for revox: MAKE SURE THERE ISN'T ANY OF YOUR PASSWORDS BEFORE COMMIT
const char* ssid = "Your WiFi SSID"; // Change this to your WiFi SSID
const char* password = "Your WiFi password"; // Change this to your WiFi password
const char* ducouser = "Your Duino-Coin username"; // Change this to your Duino-Coin username
// TIP for revox: MAKE SURE THERE ISN'T ANY OF YOUR PASSWORDS BEFORE COMMIT

const char * host = "51.15.127.80"; // Static server IP
const int port = 2811;

0 comments on commit 7847c02

Please sign in to comment.