diff --git a/README.md b/README.md index ce66b86..b417266 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A Lightning Hardware Wallet based on [Validating Lightning Signer](https://gitlab.com/lightning-signer/validating-lightning-signer) +# build and flash firmware + ### build 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` -### configure the hardware +### configure the hardware (or you can use your Sphinx app) 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 +# other utils + ### clear NVS storage `espflash target/riscv32imc-esp-espidf/debug/clear`