From 7847c029c312ff06df9a5d4f54f6151d48d50780 Mon Sep 17 00:00:00 2001 From: JoyBed <46244284+JoyBed@users.noreply.github.com> Date: Mon, 8 Feb 2021 13:09:24 +0100 Subject: [PATCH] Update ESP32_multicore_code.ino --- ESP32_multicore_code/ESP32_multicore_code.ino | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ESP32_multicore_code/ESP32_multicore_code.ino b/ESP32_multicore_code/ESP32_multicore_code.ino index b086f047..02257523 100644 --- a/ESP32_multicore_code/ESP32_multicore_code.ino +++ b/ESP32_multicore_code/ESP32_multicore_code.ino @@ -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;