From 18f58caeb511af3fee22d4e88cc77a362e669675 Mon Sep 17 00:00:00 2001 From: Evan Feenstra Date: Tue, 9 May 2023 18:12:58 +0100 Subject: [PATCH] readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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`