Protoype 1 can read data and retrieve it by pressing button once and reset storage by pressing twice.

This commit is contained in:
2026-04-28 01:04:33 +02:00
parent 9b31240ea9
commit 1d246d6d8a
1033 changed files with 43220 additions and 15793 deletions

View File

@@ -1,4 +1,4 @@
# Install script for directory: /home/douwe/Projects/temperature_measure
# Install script for directory: /mnt/douwe/hdd/Projects/SerreklimaatSensor
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
@@ -39,13 +39,13 @@ endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/douwe/Projects/temperature_measure/build/esp-idf/cmake_install.cmake")
include("/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/esp-idf/cmake_install.cmake")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/douwe/Projects/temperature_measure/build/install_local_manifest.txt"
file(WRITE "/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()
if(CMAKE_INSTALL_COMPONENT)
@@ -61,6 +61,6 @@ else()
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/douwe/Projects/temperature_measure/build/${CMAKE_INSTALL_MANIFEST}"
file(WRITE "/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()