master
Alan 2021-01-10 17:38:14 +00:00 zatwierdzone przez GitHub
rodzic a57424aa88
commit 7b70c15f83
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 4 usunięć

Wyświetl plik

@ -13,11 +13,9 @@
// Wifi Settings
#include <wifiSettings.h> // delete this line, un-comment the below two lines and enter your wifi details
const char *SSID = "your_wifi_ssid";
//const char *SSID = "your_wifi_ssid";
//const char *PWD = "your_wifi_pwd";
const char *PWD = "your_wifi_pwd";
// ---------------------------------------------------------------------------------------------------------