EmotiBit / EmotiBit_FeatherWing

Firmware to run Emotibit with Adafruit feather M0 WiFi and Feather ESP32
MIT License
19 stars 8 forks source link

In Wifi Credential edit mode: consider printing Options available after Not a valid serial message message #306

Open produceconsumerobot opened 3 months ago

produceconsumerobot commented 3 months ago

Describe the feature e.g.

Not a valid serial message. Expecting: @TYPETAG,PAYLOAD~ or @TYPETAG~
Options available:
1. Add a wifi credential. Send: @WA,{"ssid":"SSSS","password" : "PPPP"}~
  - Replace SSSS with network name and PPPP with network password
2. List wifi credentials. Send: @LS~
3. Delete Wifi Credential. Send: @WD,<credential number>~
  - use List option to get a wifi list. Then use the number in the list to delete that credential
4. Reset device. Send @RS~
  - Restart the device after editing config file