This commit is contained in:
technyon
2022-06-13 22:54:20 +02:00
parent 423cb4ad50
commit 9286c5f56e
6 changed files with 50 additions and 14 deletions

View File

@@ -5,6 +5,7 @@
#include "NukiWrapper.h"
#include "Network.h"
#include "NukiOpenerWrapper.h"
#include "Ota.h"
enum class TokenType
{
@@ -54,6 +55,7 @@ private:
NukiOpenerWrapper* _nukiOpener;
Network* _network;
Preferences* _preferences;
Ota _ota;
bool _hasCredentials = false;
char _credUser[20] = {0};