From 8e6c4a5693af67e34b69a6d26506afcca33b8c1b Mon Sep 17 00:00:00 2001 From: Michael-Paul Moore Date: Mon, 11 Apr 2022 10:52:02 -0700 Subject: [PATCH] Cleaning. --- library.json | 10 +--------- src/config.h | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/library.json b/library.json index 7623719..32a1d37 100644 --- a/library.json +++ b/library.json @@ -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" } ] } diff --git a/src/config.h b/src/config.h index 06846bf..6cb9a78 100644 --- a/src/config.h +++ b/src/config.h @@ -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