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

@@ -39,12 +39,12 @@ endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/douwe/Projects/temperature_measure/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake")
include("/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/esp-idf/mbedtls/mbedtls/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/esp-idf/mbedtls/install_local_manifest.txt"
file(WRITE "/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/esp-idf/mbedtls/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

Binary file not shown.

View File

@@ -39,16 +39,16 @@ endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("/home/douwe/Projects/temperature_measure/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake")
include("/home/douwe/Projects/temperature_measure/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/cmake_install.cmake")
include("/home/douwe/Projects/temperature_measure/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake")
include("/home/douwe/Projects/temperature_measure/build/esp-idf/mbedtls/mbedtls/pkgconfig/cmake_install.cmake")
include("/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake")
include("/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/cmake_install.cmake")
include("/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake")
include("/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/esp-idf/mbedtls/mbedtls/pkgconfig/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/esp-idf/mbedtls/mbedtls/install_local_manifest.txt"
file(WRITE "/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/esp-idf/mbedtls/mbedtls/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@@ -70,6 +70,6 @@ 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/esp-idf/mbedtls/mbedtls/include/install_local_manifest.txt"
file(WRITE "/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/esp-idf/mbedtls/mbedtls/include/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@@ -38,20 +38,20 @@ if(NOT DEFINED CMAKE_OBJDUMP)
endif()
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/douwe/Projects/temperature_measure/build/esp-idf/mbedtls/mbedtls/library/libmbedx509.a")
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/esp-idf/mbedtls/mbedtls/library/libmbedx509.a")
endif()
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/douwe/Projects/temperature_measure/build/esp-idf/mbedtls/mbedtls/library/libmbedtls.a")
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/esp-idf/mbedtls/mbedtls/library/libmbedtls.a")
endif()
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE RENAME "libmbedcrypto.a" FILES "/home/douwe/Projects/temperature_measure/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/core/libtfpsacrypto.a")
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE RENAME "libmbedcrypto.a" FILES "/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/core/libtfpsacrypto.a")
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/esp-idf/mbedtls/mbedtls/library/install_local_manifest.txt"
file(WRITE "/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/esp-idf/mbedtls/mbedtls/library/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@@ -40,6 +40,6 @@ 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/esp-idf/mbedtls/mbedtls/pkgconfig/install_local_manifest.txt"
file(WRITE "/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/esp-idf/mbedtls/mbedtls/pkgconfig/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@@ -39,16 +39,16 @@ endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("/home/douwe/Projects/temperature_measure/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/include/cmake_install.cmake")
include("/home/douwe/Projects/temperature_measure/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/core/cmake_install.cmake")
include("/home/douwe/Projects/temperature_measure/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/drivers/cmake_install.cmake")
include("/home/douwe/Projects/temperature_measure/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/pkgconfig/cmake_install.cmake")
include("/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/include/cmake_install.cmake")
include("/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/core/cmake_install.cmake")
include("/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/drivers/cmake_install.cmake")
include("/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/pkgconfig/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/esp-idf/mbedtls/mbedtls/tf-psa-crypto/install_local_manifest.txt"
file(WRITE "/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@@ -38,16 +38,16 @@ if(NOT DEFINED CMAKE_OBJDUMP)
endif()
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/douwe/Projects/temperature_measure/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/core/libtfpsacrypto.a")
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/core/libtfpsacrypto.a")
endif()
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/douwe/Projects/temperature_measure/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/core/libtfpsacrypto.a")
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/core/libtfpsacrypto.a")
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/esp-idf/mbedtls/mbedtls/tf-psa-crypto/core/install_local_manifest.txt"
file(WRITE "/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/core/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

Some files were not shown because too many files have changed in this diff Show More