remove default wifi auth

This commit is contained in:
lewishe 2023-11-10 11:48:45 +08:00
parent 5692d718c7
commit b4b7cf5409

View File

@ -8,11 +8,11 @@
TFT_eSPI tft = TFT_eSPI();
TFT_eSprite sprite = TFT_eSprite(&tft);
const char *ssid = "xinyuandianzi";
const char *password = "AA15994823428";
const char *ssid = "WiFi SSID";
const char *password = "WIFI PASSWORD";
const char *ntpServer = "pool.ntp.org";
const long gmtOffset_sec = 8 * 3600; //time zone * 3600 , my time zone is +1 GTM
const long gmtOffset_sec = 3600; //time zone * 3600 , my time zone is +1 GTM
const int daylightOffset_sec = 3600;
int frame = 0;