mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 11:02:12 +01:00
Change pairing so that the command can be repeated on failure. #15. Add extra 0 to indicate there are no more bits to be read from the bitstream.
This commit is contained in:
parent
3b8c2e0aea
commit
b6bc57e437
8 changed files with 119 additions and 20 deletions
|
|
@ -38,7 +38,6 @@ class NTPSettings: BaseSettings {
|
|||
class WifiSettings: BaseSettings {
|
||||
public:
|
||||
WifiSettings();
|
||||
// char hostname[32] = "ESPSomfyRTS";
|
||||
char ssid[64] = "";
|
||||
char passphrase[64] = "";
|
||||
//bool ssdpBroadcast = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue