Protoype 1 can read data and retrieve it by pressing button once and reset storage by pressing twice.
This commit is contained in:
@@ -517,7 +517,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_main_
|
||||
# Rule for re-running cmake.
|
||||
|
||||
rule RERUN_CMAKE
|
||||
command = /home/douwe/.espressif/tools/cmake/4.0.3/bin/cmake --regenerate-during-build -S/home/douwe/.espressif/v6.0/esp-idf/components/bootloader/subproject -B/home/douwe/Projects/temperature_measure/build/bootloader
|
||||
command = /home/douwe/.espressif/tools/cmake/4.0.3/bin/cmake --regenerate-during-build -S/home/douwe/.espressif/v6.0/esp-idf/components/bootloader/subproject -B/mnt/douwe/hdd/Projects/SerreklimaatSensor/build/bootloader
|
||||
description = Re-running CMake...
|
||||
generator = 1
|
||||
|
||||
@@ -534,7 +534,7 @@ rule CLEAN_ADDITIONAL
|
||||
# Rule for cleaning all built files.
|
||||
|
||||
rule CLEAN
|
||||
command = /usr/bin/ninja $FILE_ARG -t clean $TARGETS
|
||||
command = /home/douwe/.espressif/tools/ninja/1.12.1/ninja $FILE_ARG -t clean $TARGETS
|
||||
description = Cleaning all built files...
|
||||
|
||||
|
||||
@@ -542,6 +542,6 @@ rule CLEAN
|
||||
# Rule for printing all primary targets available.
|
||||
|
||||
rule HELP
|
||||
command = /usr/bin/ninja -t targets
|
||||
command = /home/douwe/.espressif/tools/ninja/1.12.1/ninja -t targets
|
||||
description = All primary targets available:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user