- move source file according with platformio standard directory structure
- remove lib_deps from platformio.ini since they are already in libs folder
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
|
||||
[platformio]
|
||||
default_envs = esp32dev
|
||||
src_dir = .
|
||||
|
||||
[env]
|
||||
platform = espressif32
|
||||
@@ -34,18 +33,11 @@ build_flags =
|
||||
; -DDEBUG_NUKI_HEX_DATA
|
||||
; -DDEBUG_NUKI_READABLE_DATA
|
||||
lib_deps =
|
||||
https://github.com/technyon/nuki_ble.git
|
||||
bertmelis/espMqttClient@1.6.0
|
||||
bblanchon/ArduinoJson@7.0.4
|
||||
|
||||
monitor_speed = 115200
|
||||
monitor_filters =
|
||||
esp32_exception_decoder
|
||||
time
|
||||
build_src_filter =
|
||||
-<*>
|
||||
+<*.cpp>
|
||||
+<*.h>
|
||||
+<networkDevices>
|
||||
|
||||
[env:esp32dev]
|
||||
board = esp32dev
|
||||
|
||||
Reference in New Issue
Block a user