Protoype 1 can read data and retrieve it by pressing button once and reset storage by pressing twice.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# This is the CMakeCache file.
|
||||
# For build in directory: /home/douwe/Projects/temperature_measure/build
|
||||
# For build in directory: /mnt/douwe/hdd/Projects/SerreklimaatSensor/build
|
||||
# It was generated by CMake: /home/douwe/.espressif/tools/cmake/4.0.3/bin/cmake
|
||||
# You can edit this file to change values found and used by cmake.
|
||||
# If you do not want to change any of the values, simply exit the editor.
|
||||
@@ -32,7 +32,7 @@ CMAKE_ASM_COMPILER_AR:FILEPATH=/home/douwe/.espressif/tools/riscv32-esp-elf/esp-
|
||||
CMAKE_ASM_COMPILER_RANLIB:FILEPATH=/home/douwe/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20251204/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib
|
||||
|
||||
//Asm Compiler Base Flags
|
||||
CMAKE_ASM_FLAGS:STRING=@"/home/douwe/Projects/temperature_measure/build/toolchain/asmflags"
|
||||
CMAKE_ASM_FLAGS:STRING=@"/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/toolchain/asmflags"
|
||||
|
||||
//Flags used by the ASM compiler during DEBUG builds.
|
||||
CMAKE_ASM_FLAGS_DEBUG:STRING=-g
|
||||
@@ -59,7 +59,7 @@ CMAKE_CXX_COMPILER_AR:FILEPATH=/home/douwe/.espressif/tools/riscv32-esp-elf/esp-
|
||||
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/home/douwe/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20251204/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib
|
||||
|
||||
//C++ Compiler Base Flags
|
||||
CMAKE_CXX_FLAGS:STRING=@"/home/douwe/Projects/temperature_measure/build/toolchain/cxxflags"
|
||||
CMAKE_CXX_FLAGS:STRING=@"/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/toolchain/cxxflags"
|
||||
|
||||
//Flags used by the CXX compiler during DEBUG builds.
|
||||
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
|
||||
@@ -82,7 +82,7 @@ CMAKE_C_COMPILER_AR:FILEPATH=/home/douwe/.espressif/tools/riscv32-esp-elf/esp-15
|
||||
CMAKE_C_COMPILER_RANLIB:FILEPATH=/home/douwe/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20251204/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib
|
||||
|
||||
//C Compiler Base Flags
|
||||
CMAKE_C_FLAGS:STRING=@"/home/douwe/Projects/temperature_measure/build/toolchain/cflags"
|
||||
CMAKE_C_FLAGS:STRING=@"/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/toolchain/cflags"
|
||||
|
||||
//Flags used by the C compiler during DEBUG builds.
|
||||
CMAKE_C_FLAGS_DEBUG:STRING=-g
|
||||
@@ -100,7 +100,7 @@ CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
||||
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
|
||||
|
||||
//Linker Base Flags
|
||||
CMAKE_EXE_LINKER_FLAGS:STRING=@"/home/douwe/Projects/temperature_measure/build/toolchain/ldflags"
|
||||
CMAKE_EXE_LINKER_FLAGS:STRING=@"/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/toolchain/ldflags"
|
||||
|
||||
//Flags used by the linker during DEBUG builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
|
||||
@@ -121,7 +121,7 @@ CMAKE_EXPORT_BUILD_DATABASE:BOOL=
|
||||
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
|
||||
|
||||
//Value Computed by CMake.
|
||||
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/douwe/Projects/temperature_measure/build/CMakeFiles/pkgRedirects
|
||||
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/CMakeFiles/pkgRedirects
|
||||
|
||||
//User executables (bin)
|
||||
CMAKE_INSTALL_BINDIR:PATH=bin
|
||||
@@ -178,7 +178,7 @@ CMAKE_INSTALL_SYSCONFDIR:PATH=etc
|
||||
CMAKE_LINKER:FILEPATH=/home/douwe/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20251204/riscv32-esp-elf/bin/riscv32-esp-elf-ld
|
||||
|
||||
//Program used to build from build.ninja files.
|
||||
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja
|
||||
CMAKE_MAKE_PROGRAM:FILEPATH=/home/douwe/.espressif/tools/ninja/1.12.1/ninja
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// all build types.
|
||||
@@ -327,7 +327,7 @@ IDF_TOOLCHAIN:STRING=gcc
|
||||
|
||||
//Path to toolchain build directory containing response files and
|
||||
// toolchain file copy
|
||||
IDF_TOOLCHAIN_BUILD_DIR:PATH=/home/douwe/Projects/temperature_measure/build/toolchain
|
||||
IDF_TOOLCHAIN_BUILD_DIR:PATH=/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/toolchain
|
||||
|
||||
//Install Mbed TLS headers.
|
||||
INSTALL_MBEDTLS_HEADERS:BOOL=ON
|
||||
@@ -351,7 +351,7 @@ MBEDTLS_FATAL_WARNINGS:BOOL=ON
|
||||
MBEDTLS_USER_CONFIG_FILE:FILEPATH=
|
||||
|
||||
//Value Computed by CMake
|
||||
Mbed TLS_BINARY_DIR:STATIC=/home/douwe/Projects/temperature_measure/build/esp-idf/mbedtls/mbedtls
|
||||
Mbed TLS_BINARY_DIR:STATIC=/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/esp-idf/mbedtls/mbedtls
|
||||
|
||||
//Value Computed by CMake
|
||||
Mbed TLS_IS_TOP_LEVEL:STATIC=OFF
|
||||
@@ -366,7 +366,7 @@ PYTHON:UNINITIALIZED=/home/douwe/.espressif/tools/python/v6.0/venv/bin/python
|
||||
PYTHON_DEPS_CHECKED:UNINITIALIZED=1
|
||||
|
||||
//Value Computed by CMake
|
||||
TF-PSA-Crypto_BINARY_DIR:STATIC=/home/douwe/Projects/temperature_measure/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto
|
||||
TF-PSA-Crypto_BINARY_DIR:STATIC=/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto
|
||||
|
||||
//Value Computed by CMake
|
||||
TF-PSA-Crypto_IS_TOP_LEVEL:STATIC=OFF
|
||||
@@ -401,16 +401,16 @@ USE_STATIC_TF_PSA_CRYPTO_LIBRARY:BOOL=ON
|
||||
builtin_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_esp_libc;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp_stdio;general;__idf_riscv;general;idf::esp_security;general;idf::esp_mm;
|
||||
|
||||
//Value Computed by CMake
|
||||
dht11_reader_BINARY_DIR:STATIC=/home/douwe/Projects/temperature_measure/build
|
||||
dht11_reader_BINARY_DIR:STATIC=/mnt/douwe/hdd/Projects/SerreklimaatSensor/build
|
||||
|
||||
//Value Computed by CMake
|
||||
dht11_reader_IS_TOP_LEVEL:STATIC=ON
|
||||
|
||||
//Value Computed by CMake
|
||||
dht11_reader_SOURCE_DIR:STATIC=/home/douwe/Projects/temperature_measure
|
||||
dht11_reader_SOURCE_DIR:STATIC=/mnt/douwe/hdd/Projects/SerreklimaatSensor
|
||||
|
||||
//Value Computed by CMake
|
||||
esp-idf_BINARY_DIR:STATIC=/home/douwe/Projects/temperature_measure/build/esp-idf
|
||||
esp-idf_BINARY_DIR:STATIC=/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/esp-idf
|
||||
|
||||
//Value Computed by CMake
|
||||
esp-idf_IS_TOP_LEVEL:STATIC=OFF
|
||||
@@ -458,7 +458,7 @@ CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//This is the directory where this CMakeCache.txt was created
|
||||
CMAKE_CACHEFILE_DIR:INTERNAL=/home/douwe/Projects/temperature_measure/build
|
||||
CMAKE_CACHEFILE_DIR:INTERNAL=/mnt/douwe/hdd/Projects/SerreklimaatSensor/build
|
||||
//Major version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4
|
||||
//Minor version of cmake used to create the current loaded cache
|
||||
@@ -533,7 +533,7 @@ CMAKE_GENERATOR_TOOLSET:INTERNAL=
|
||||
CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1
|
||||
//Source directory with the top level CMakeLists.txt file for this
|
||||
// project
|
||||
CMAKE_HOME_DIRECTORY:INTERNAL=/home/douwe/Projects/temperature_measure
|
||||
CMAKE_HOME_DIRECTORY:INTERNAL=/mnt/douwe/hdd/Projects/SerreklimaatSensor
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_BINDIR
|
||||
CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_DATADIR
|
||||
@@ -585,7 +585,7 @@ CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_NM
|
||||
CMAKE_NM-ADVANCED:INTERNAL=1
|
||||
//number of local generators
|
||||
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=69
|
||||
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=75
|
||||
//ADVANCED property for variable: CMAKE_OBJCOPY
|
||||
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_OBJDUMP
|
||||
@@ -633,9 +633,9 @@ CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
|
||||
//Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS
|
||||
C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS:INTERNAL=1
|
||||
//Details about finding Git
|
||||
FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/usr/bin/git][v2.48.1()]
|
||||
FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/usr/bin/git][v2.51.0()]
|
||||
//Details about finding Python3
|
||||
FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[/home/douwe/.espressif/tools/python/v6.0/venv/bin/python][found components: Interpreter ][v3.13.3()]
|
||||
FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[/home/douwe/.espressif/tools/python/v6.0/venv/bin/python][found components: Interpreter ][v3.13.7()]
|
||||
//Details about finding Threads
|
||||
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
|
||||
//ADVANCED property for variable: GIT_EXECUTABLE
|
||||
@@ -648,7 +648,7 @@ _Python3_Compiler_REASON_FAILURE:INTERNAL=
|
||||
_Python3_Development_REASON_FAILURE:INTERNAL=
|
||||
_Python3_EXECUTABLE:INTERNAL=/home/douwe/.espressif/tools/python/v6.0/venv/bin/python
|
||||
//Python3 Properties
|
||||
_Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;13;3;32;64;;;abi3;/usr/lib/python3.13;/home/douwe/.espressif/tools/python/v6.0/venv/lib/python3.13;/home/douwe/.espressif/tools/python/v6.0/venv/lib/python3.13/site-packages;/home/douwe/.espressif/tools/python/v6.0/venv/lib/python3.13/site-packages
|
||||
_Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;13;7;32;64;;;abi3;/usr/lib/python3.13;/home/douwe/.espressif/tools/python/v6.0/venv/lib/python3.13;/home/douwe/.espressif/tools/python/v6.0/venv/lib/python3.13/site-packages;/home/douwe/.espressif/tools/python/v6.0/venv/lib/python3.13/site-packages
|
||||
_Python3_INTERPRETER_SIGNATURE:INTERNAL=6b169595d97fb528b01ef7b3b413d8b7
|
||||
//NumPy reason failure
|
||||
_Python3_NumPy_REASON_FAILURE:INTERNAL=
|
||||
|
||||
Reference in New Issue
Block a user