mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +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
|
|
@ -8,7 +8,6 @@
|
|||
|
||||
Preferences pref;
|
||||
bool BaseSettings::load() { return true; }
|
||||
bool BaseSettings::save() { return true; }
|
||||
bool BaseSettings::loadFile(const char *filename) {
|
||||
size_t filesize = 10;
|
||||
String data = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue