Merge pull request #21 from stakwork/quick-notes-update

Quick update to notes
This commit is contained in:
Evan Feenstra
2022-06-07 09:03:54 -07:00
committed by GitHub
2 changed files with 9 additions and 0 deletions

View File

@@ -84,4 +84,10 @@ then in the sphinx-key dir, with the CC variable set as above:
and flash using the instructions further above and flash using the instructions further above
### to tell sphinx-key where to find the MQTT broker:
clear the NVS with instructions above if sphinx-key has stale Wifi creds.\
restart sphinx key, then from computer connect to sphinxkey AP.\
go to `http://192.168.71.1/?broker=52.91.253.115%3A1883`.\
input internet wifi SSID and password, and the IP address of the broker.\
after pressing the ok button, restart the sphinx key, and wait for a MQTT connection.

3
broker/README.md Normal file
View File

@@ -0,0 +1,3 @@
To run the broker test against the esp32-c3:
`cargo run -- --test`