changes to compile with core 2.0.3
This commit is contained in:
@@ -20,11 +20,11 @@ include_directories(${PROJECT_NAME}
|
||||
lib/NimBLE-Arduino/src
|
||||
lib/BleScanner/src
|
||||
lib/nuki_ble/src
|
||||
lib/ESP32_BLE_Arduino-1.0.1/src
|
||||
lib/WiFiManager
|
||||
lib/pubsubclient/src
|
||||
lib/WebServer/src
|
||||
include
|
||||
lib/Ethernet/src
|
||||
# include
|
||||
)
|
||||
|
||||
file(GLOB SRCFILES
|
||||
@@ -46,9 +46,7 @@ file(GLOB SRCFILES
|
||||
SpiffsCookie.cpp
|
||||
Gpio.cpp
|
||||
Version.h
|
||||
include/RTOS.h
|
||||
lib/ESP32_BLE_Arduino-1.0.1/src/*.cpp
|
||||
lib/ESP32_BLE_Arduino-1.0.1/src/*.h
|
||||
# include/RTOS.h
|
||||
lib/WiFiManager/WiFiManager.cpp
|
||||
lib/Crc16/Crc16.h
|
||||
lib/nuki_ble/src/NukiBle.cpp
|
||||
@@ -73,6 +71,8 @@ file(GLOB_RECURSE SRCFILESREC
|
||||
lib/NimBLE-Arduino/src/*.h
|
||||
lib/WebServer/src/*.cpp
|
||||
lib/WebServer/src/*.h
|
||||
lib/Ethernet/src/*.cpp
|
||||
lib/Ethernet/src/*.h
|
||||
)
|
||||
|
||||
add_executable(${PROJECT_NAME}
|
||||
@@ -91,6 +91,7 @@ target_compile_definitions(${PROJECT_NAME}
|
||||
target_link_arduino_libraries(${PROJECT_NAME}
|
||||
PRIVATE
|
||||
core
|
||||
BLE
|
||||
WiFi
|
||||
WiFiClientSecure
|
||||
Update
|
||||
@@ -98,7 +99,8 @@ target_link_arduino_libraries(${PROJECT_NAME}
|
||||
DNSServer
|
||||
Preferences
|
||||
SPIFFS
|
||||
Ethernet
|
||||
SPI
|
||||
# Ethernet
|
||||
# esp32
|
||||
# Wire
|
||||
# FS
|
||||
|
||||
Reference in New Issue
Block a user