-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #173 from WLANThermo-nano/bugfix/build_fix_092023
Bugfix/build fix 092023
- Loading branch information
Showing
2 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,17 +58,17 @@ board_build.mcu = esp32 | |
board_build.f_cpu = 240000000L | ||
board_build.partitions = partitions.csv | ||
monitor_speed = 115200 | ||
src_filter = +<*> -<system/> -<display/> | ||
build_src_filter = +<*> -<system/> -<display/> | ||
lib_deps = | ||
https://github.com/borisneubert/Time.git | ||
https://github.com/tuniii/Arduino-MedianFilter.git | ||
https://github.com/tuniii/BBQduino.git | ||
ESP Async [email protected] | ||
[email protected] | ||
me-no-dev/ESP Async [email protected] | ||
me-no-dev/[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
thijse/[email protected] | ||
protohaus/[email protected] | ||
lib_ignore = | ||
ESPAsyncTCP | ||
|
@@ -86,7 +86,7 @@ board_build.embed_files = | |
lib_deps = ${env.lib_deps} | ||
https://github.com/tuniii/ITEADLIB_Arduino_Nextion.git | ||
https://github.com/tuniii/ESPNexUpload.git | ||
src_filter = | ||
build_src_filter = | ||
${env.src_filter} | ||
+<system/System.cpp> | ||
+<system/SystemBase.cpp> | ||
|
@@ -105,7 +105,7 @@ board_build.embed_files = | |
lib_deps = ${env.lib_deps} | ||
https://github.com/tuniii/ITEADLIB_Arduino_Nextion.git | ||
https://github.com/tuniii/ESPNexUpload.git | ||
src_filter = | ||
build_src_filter = | ||
${env.src_filter} | ||
+<system/System.cpp> | ||
+<system/SystemBase.cpp> | ||
|
@@ -125,10 +125,10 @@ board_build.embed_files = | |
lib_deps = ${env.lib_deps} | ||
;[email protected] | ||
lvgl@~7.11.0 | ||
TFT_eSPI@2.3.89 | ||
TFT_eSPI@2.5.31 | ||
https://github.com/tuniii/lv_lib_qrcode | ||
https://github.com/NicoFR75/PCA9533.git | ||
src_filter = | ||
build_src_filter = | ||
${env.src_filter} | ||
+<system/System.cpp> | ||
+<system/SystemBase.cpp> | ||
|
@@ -147,10 +147,10 @@ board_build.embed_files = | |
webui/dist/mini/favicon.ico.gz | ||
lib_deps = ${env.lib_deps} | ||
lvgl@~7.11.0 | ||
TFT_eSPI@2.3.89 | ||
TFT_eSPI@2.5.31 | ||
https://github.com/tuniii/lv_lib_qrcode | ||
https://github.com/NicoFR75/PCA9533.git | ||
src_filter = | ||
build_src_filter = | ||
${env.src_filter} | ||
+<system/System.cpp> | ||
+<system/SystemBase.cpp> | ||
|
@@ -170,7 +170,7 @@ board_build.embed_files = | |
lib_deps = ${env.lib_deps} | ||
https://github.com/ThingPulse/esp8266-oled-ssd1306.git#4.0.0 | ||
https://github.com/mathertel/OneButton.git#1.3.0 | ||
src_filter = | ||
build_src_filter = | ||
${env.src_filter} | ||
+<system/System.cpp> | ||
+<system/SystemBase.cpp> | ||
|
@@ -190,7 +190,7 @@ board_build.embed_files = | |
lib_deps = ${env.lib_deps} | ||
https://github.com/ThingPulse/esp8266-oled-ssd1306.git#4.0.0 | ||
https://github.com/mathertel/OneButton.git#1.3.0 | ||
src_filter = | ||
build_src_filter = | ||
${env.src_filter} | ||
+<system/System.cpp> | ||
+<system/SystemBase.cpp> | ||
|
@@ -208,7 +208,7 @@ board_build.embed_files = | |
webui/dist/bone/index.html.gz | ||
webui/dist/bone/favicon.ico.gz | ||
lib_deps = ${env.lib_deps} | ||
src_filter = | ||
build_src_filter = | ||
${env.src_filter} | ||
+<system/System.cpp> | ||
+<system/SystemBase.cpp> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters