versioning, fixed calibration sequence

This commit is contained in:
Thaddeus Hughes
2026-01-05 11:58:12 -06:00
parent ffb56936f1
commit 5c55d8da9b
10 changed files with 1035 additions and 708 deletions

View File

@@ -1,9 +1,11 @@
# See the build system documentation in IDF programming guide
# for more information about component CMakeLists.txt files.
include(${CMAKE_CURRENT_LIST_DIR}/version.cmake)
idf_component_register(
SRCS main.c i2c.c rtc.c storage.c uart_comms.c control_fsm.c power_mgmt.c rf_433.c rtc.c sensors.c solar.c webserver.c simple_dns_server.c # list the source files of this component
INCLUDE_DIRS # optional, add here public include directories
INCLUDE_DIRS "." "${CMAKE_BINARY_DIR}"
PRIV_INCLUDE_DIRS # optional, add here private include directories
REQUIRES driver esp_http_server esp_netif lwip json esp_timer esp_adc app_update esp_wifi nvs_flash mdns # optional, list the public requirements (component names)