ADC ambient light sensor value read & display

This commit is contained in:
2024-08-12 01:18:18 -04:00
parent 743d98d67a
commit 42d8c8eca8
11 changed files with 15849 additions and 15760 deletions

View File

@@ -12,6 +12,6 @@ endif(DEFINED ENV{RMAKER_PATH})
set(EXTRA_COMPONENT_DIRS ${RMAKER_PATH}/components/esp-insights/components ${RMAKER_PATH}/components ${RMAKER_PATH}/examples/common)
# Increase project version in order for OTA to work
set(PROJECT_VER "2.5.2")
set(PROJECT_VER "2.6")
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(ESP32-Rainmaker-Switch)