mirror of
https://github.com/s00500/ESPUI.git
synced 2025-07-04 06:10:18 +00:00
Add "autoupdate value" option for input controls
This commit is contained in:
9
CMakeLists.txt
Normal file
9
CMakeLists.txt
Normal file
@ -0,0 +1,9 @@
|
||||
set(includedirs src)
|
||||
|
||||
set(req arduino ESPAsyncWebServer ArduinoJson)
|
||||
|
||||
idf_component_register(
|
||||
INCLUDE_DIRS ${includedirs}
|
||||
SRC_DIRS src
|
||||
SRCS ${SOURCES}
|
||||
REQUIRES ${req})
|
Reference in New Issue
Block a user