Even more files

This commit is contained in:
2023-09-23 21:40:13 +02:00
parent 45ce330daf
commit c303359b27
23 changed files with 2094 additions and 0 deletions

4
rerun.sh Normal file
View File

@@ -0,0 +1,4 @@
cargo clean --release -p esp-idf-svc
cargo build --release --example nvs-example
espflash --partition-table partition.csv /dev/ttyUSB0 target/xtensa-esp32-espidf/release/examples/nvs-example
parttool.py --partition-table-file partition.csv --port /dev/ttyUSB0 write_partition --partition-name=nvs --input "nvs.bin"