From 97c46b174109b8286e2fec8aa8cbd46fae55bed1 Mon Sep 17 00:00:00 2001 From: sqozz Date: Sun, 18 Nov 2018 00:08:17 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61d408d..6b95ed1 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ cat le_x3_11_2018.pem | openssl x509 -inform PEM -outform DER -out data/ca_le.de ar q data/certs.ar data/ca_le.der ``` -The firmware will check on bootup if at least one CA is uploaded and will report the ammount over serial. +The firmware will check on bootup if at least one CA is uploaded and will report the amount over serial. The WiFiManger will only start up if a password for its configuration wlan is supplied - again, to avoid leakage over publicly hosted binaries, this password is stored out-of-band in the ESPs SPIFF flash storage and needs to be uploaded over USB once. Make sure to not include extra trailing characters since the firmware reads this file byte by byte: ``` -echo -n "ChangeMe!2§" | data/config_password.txt +echo -n "ChangeMe!2§" > data/config_password.txt ```