Skip to content

Commit

Permalink
Removed self made ack handling. Now it seems to work very stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Schulz committed Feb 11, 2018
1 parent 5f809c2 commit 9b63238
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 107 deletions.
6 changes: 4 additions & 2 deletions src/SBDevice.cpp
Expand Up @@ -14,9 +14,11 @@ SBMasterStorage SBMasterStorage::initialize() {
EEPROM.put(0 + sizeof(SBNetworkDevice), storage);
#if defined(ESP8266)
EEPROM.commit();
EEPROM.end();
#endif
}
}
#if defined(ESP8266)
EEPROM.end();
#endif
return storage;
}

Expand Down

0 comments on commit 9b63238

Please sign in to comment.