This commit is contained in:
Evan Feenstra
2023-05-09 18:12:58 +01:00
parent 2c1127e2b8
commit 18f58caeb5

View File

@@ -4,6 +4,8 @@
A Lightning Hardware Wallet based on [Validating Lightning Signer](https://gitlab.com/lightning-signer/validating-lightning-signer) A Lightning Hardware Wallet based on [Validating Lightning Signer](https://gitlab.com/lightning-signer/validating-lightning-signer)
# build and flash firmware
### build factory ### build factory
`cd factory` `cd factory`
@@ -40,7 +42,7 @@ The wifi SSID and password needs to be in env to build the firmware. SSID must b
`espmonitor $PORT` `espmonitor $PORT`
### configure the hardware ### configure the hardware (or you can use your Sphinx app)
make a seed: `./newseed.sh` make a seed: `./newseed.sh`
@@ -60,6 +62,8 @@ connect to the `sphinxkey` network on your computer
This will encrypt your seed and send to the hardware, along with your home wifi information and broker address This will encrypt your seed and send to the hardware, along with your home wifi information and broker address
# other utils
### clear NVS storage ### clear NVS storage
`espflash target/riscv32imc-esp-espidf/debug/clear` `espflash target/riscv32imc-esp-espidf/debug/clear`