sphinx-key: implement wifi reset

additional-author: evan feenstra

this is an access mode that expects just the wifi config params,
without the seed
This commit is contained in:
irriden
2023-08-01 19:50:37 +00:00
parent af5da5ef60
commit fe2b518a77
9 changed files with 161 additions and 44 deletions

View File

@@ -70,9 +70,9 @@ cd ../sphinx-key &&
if [ $MODE = "release" ]
then
cargo build --release
cargo build --release --bin sphinx-key
else
cargo build
cargo build --bin sphinx-key
fi &&
esptool.py --chip esp32-c3 elf2image ../target/riscv32imc-esp-espidf/$MODE/sphinx-key &&