Skip to content

Commit

Permalink
Merge pull request #173 from WLANThermo-nano/bugfix/build_fix_092023
Browse files Browse the repository at this point in the history
Bugfix/build fix 092023
  • Loading branch information
sochs authored Sep 27, 2023
2 parents bc0eed3 + 6a4bb34 commit 9315db5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/*REL_VER*/

#ifndef FIRMWAREVERSION
#define FIRMWAREVERSION "v1.2.1"
#define FIRMWAREVERSION "v1.2.2"
#endif
#define GUIAPIVERSION "1"
#define SERVERAPIVERSION "1"
Expand Down

0 comments on commit 9315db5

Please sign in to comment.