Cleaning.

pull/156/head
Michael-Paul Moore 2022-04-11 10:52:02 -07:00
parent 9b6353d792
commit 8e6c4a5693
2 changed files with 2 additions and 10 deletions

View File

@ -20,14 +20,6 @@
{ "name": "Arduino_JSON" },
{ "name": "DS3232RTC" },
{ "name": "NTPClient" },
{ "name": "Wire" },
{ "name": "WiFi" },
{ "name": "ESP32 BLE Arduino" },
{ "name": "Update" },
{
"name": "WiFiSelector",
"version": "oatssss/WiFiSelector"
},
{
"name": "Rtc_Pcf8563",
"version": "https://github.com/orbitalair/Rtc_Pcf8563.git#master"
@ -38,7 +30,7 @@
},
{
"name": "WiFiManager",
"version": "https://github.com/tzapu/WiFiManager.git"
"version": "https://github.com/tzapu/WiFiManager.git#2.0.3-alpha"
}
]
}

View File

@ -8,7 +8,7 @@
#define WIFI_AP_TIMEOUT 60
#define WIFI_AP_SSID "Watchy AP"
//menu
constexpr std::int8_t kWatchFace_State{-1}
constexpr std::int8_t kWatchFace_State{-1};
#define MAIN_MENU_STATE 0
#define APP_STATE 1
#define FW_UPDATE_STATE 2