Adds template libs

This commit is contained in:
Rune Harlyk
2024-04-22 21:07:56 +02:00
committed by Rune Harlyk
parent 0724705939
commit b804b9df1f
126 changed files with 57429 additions and 13 deletions
+3 -3
View File
@@ -18,7 +18,7 @@ extra_configs =
default_envs = esp32dev
[env]
platform = espressif32
platform = espressif32 @ 6.6.0
framework = arduino
monitor_speed = 115200
monitor_filters =
@@ -29,7 +29,7 @@ build_flags =
${factory_settings.build_flags}
${features.build_flags}
${build_settings.build_flags}
-D CORE_DEBUG_LEVEL=5
-D CORE_DEBUG_LEVEL=4
; -D register=
-std=gnu++17
build_unflags = -std=gnu++11
@@ -37,7 +37,7 @@ test_ignore = test_embedded
board_build.filesystem = littlefs
lib_deps =
bblanchon/ArduinoJson@^6.21.2
https://github.com/theelims/PsychicMqttClient.git
https://github.com/theelims/PsychicMqttClient.git#0.1.1
; thomasfredericks/Bounce2@ ^2.7.0
; teckel12/NewPing@^1.9.7
; adafruit/Adafruit SSD1306@^2.5.7