add button to restart to wifi configuration

This commit is contained in:
technyon
2022-04-08 22:31:51 +02:00
parent 4303b0d877
commit 17461a2a84
6 changed files with 99 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ file(GLOB SRCFILES
WebCfgServer.cpp
PresenceDetection.cpp
PreferencesKeys.h
SpiffsCookie.cpp
Version.h
lib/ESP32_BLE_Arduino-1.0.1/src/*.cpp
lib/ESP32_BLE_Arduino-1.0.1/src/*.h
@@ -59,9 +60,9 @@ target_link_arduino_libraries(${PROJECT_NAME}
WebServer
DNSServer
Preferences
SPIFFS
# esp32
# Wire
# SPIFFS
# FS
)