Protoype 1 can read data and retrieve it by pressing button once and reset storage by pressing twice.
This commit is contained in:
Binary file not shown.
@@ -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.
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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()
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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()
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user