File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 33.vscode /c_cpp_properties.json
44.vscode /launch.json
55.vscode /ipch
6+
7+ # File with credentials
8+ wifi_credentials.h
Original file line number Diff line number Diff line change 11#include " UbidotsEsp32Mqtt.h"
22#include < HardwareSerial.h>
3+ #include " wifi_credentials.h"
34
45// Serial port to communicate with the EDU-CIAA
56#define UART 2
@@ -38,11 +39,11 @@ static String ESP_GetErrorAsString(ESP_Status_t status) {
3839}
3940
4041// WiFi credentials
41- const char *WIFI_SSID = " Fibertel WiFi839 2.4Ghz " ; // Enter your WiFi name
42- const char *WIFI_PASSWORD = " 00496026574 " ; // Enter WiFi password
42+ const char *WIFI_SSID = WIFI_SSID_SECRETS;
43+ const char *WIFI_PASSWORD = WIFI_PASSWORD_SECRETS;
4344
4445// Ubidots TOKEN
45- const char *UBIDOTS_TOKEN = " BBFF-Pc8IvgnCXtKOaQ1lwUfq5oypeSU5AW " ;
46+ const char *UBIDOTS_TOKEN = UBIDOTS_TOKEN_SECRETS ;
4647// Device label
4748const char *DEVICE_LABEL = " esp32-edu-ciaa" ;
4849// Variable labels
You can’t perform that action at this time.
0 commit comments