This commit is contained in:
unknown 2020-02-20 19:04:43 +01:00
parent 8a0f4d1956
commit dc4433899a
1 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@
#include <EEPROM.h> #include <EEPROM.h>
//Variables //Variables
const char* ssid = "Smart-Home"; const char* ssid = "ssid";
const char* pasw = "S1pjg3684dcCPTUQ"; const char* pasw = "pasw";
const char* hwId = "55f4g8d6ggh"; const char* hwId = "hwId";
const char* server = "http://dev.steelants.cz/vasek/home/api.php"; const char* server = "http://dev.steelants.cz/vasek/home/api.php";
int unsuccessfulRounds = 0; //Unsucesful atmpt counter int unsuccessfulRounds = 0; //Unsucesful atmpt counter
StaticJsonDocument<250> jsonContent; StaticJsonDocument<250> jsonContent;