update nuki lib

This commit is contained in:
technyon
2022-04-30 09:14:53 +02:00
parent eb06652cd2
commit d38ed9b983
4 changed files with 4 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ include_directories(${PROJECT_NAME}
lib/WiFiManager
lib/pubsubclient/src
lib/WebServer/src
include
)
file(GLOB SRCFILES
@@ -35,6 +36,7 @@ file(GLOB SRCFILES
PreferencesKeys.h
SpiffsCookie.cpp
Version.h
include/RTOS.h
lib/ESP32_BLE_Arduino-1.0.1/src/*.cpp
lib/ESP32_BLE_Arduino-1.0.1/src/*.h
lib/WiFiManager/WiFiManager.cpp

1
include/RTOS.h Normal file
View File

@@ -0,0 +1 @@
#include <FreeRTOS.h>

View File

@@ -9,8 +9,6 @@
#include "hardware/W5500EthServer.h"
#include "hardware/WifiEthServer.h"
#define ESP32
Network* network = nullptr;
WebCfgServer* webCfgServer = nullptr;
NukiWrapper* nuki = nullptr;