@@ -67,7 +67,7 @@ lib_deps_display =
6767lib_deps_ledmatrix =
6868 seeed-studio/Ultrathin_LED_Matrix @ ^1.0.0
6969lib_deps_rgbled =
70- https://github.com/RoboticsBrno/SmartLeds.git
70+ fastled/FastLED @ ^3.5.0
7171lib_deps_gps =
7272 mikalhart/TinyGPSPlus @ ^1.0.3
7373lib_deps_sensors =
@@ -82,7 +82,7 @@ lib_deps_basic =
8282 https://github.com/SukkoPera/Arduino-Rokkit-Hash.git
8383 bblanchon/ArduinoJson @ ^6
8484 makuna/RTC @ ^2.3.5
85- spacehuhn/SimpleButton
85+ spacehuhn/SimpleButton
8686 lewisxhe/XPowersLib @ ^0.1.4
8787 256dpi/MQTT @ ^2.5.0
8888lib_deps_all =
@@ -94,7 +94,6 @@ lib_deps_all =
9494 ${common.lib_deps_sensors}
9595 ${common.lib_deps_ledmatrix}
9696build_flags_basic =
97- -include " src/hal/${board.halfile}"
9897 -include " src/paxcounter.conf"
9998 ' -DCORE_DEBUG_LEVEL=${common.debug_level}'
10099 ' -DLOG_LOCAL_LEVEL=${common.debug_level}'
@@ -115,7 +114,9 @@ upload_speed = ${common.upload_speed}
115114; upload_port = COM12
116115platform = ${common.platform_espressif32}
117116lib_deps = ${common.lib_deps_all}
118- build_flags = ${common.build_flags_all}
117+ build_flags =
118+ -include " src/hal/${board.halfile}"
119+ ${common.build_flags_all}
119120upload_protocol = ${common.upload_protocol}
120121extra_scripts = ${common.extra_scripts}
121122monitor_speed = ${common.monitor_speed}
@@ -131,3 +132,9 @@ upload_protocol = esptool
131132upload_protocol = esptool
132133platform = https://github.com/platformio/platform-espressif32.git# feature/arduino-upstream
133134platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
135+
136+ [env:ci]
137+ build_flags =
138+ -include " src/hal/${sysenv.CI_HALFILE}" ; set by CI
139+ ${common.build_flags_all}
140+ upload_protocol = esptool
0 commit comments