initialize retry parameters on first start

This commit is contained in:
technyon
2023-01-14 21:34:28 +01:00
parent 3cd57fb032
commit a5c3e82cae
4 changed files with 17 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ public:
NukiWrapper(const std::string& deviceName, uint32_t id, BleScanner::Scanner* scanner, NetworkLock* network, Preferences* preferences);
virtual ~NukiWrapper();
void initialize();
void initialize(const bool& firstStart);
void update();
void lock();