Skip to content

Commit

Permalink
- fixed build configuration of ESP8266 color-light firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
genemars committed Jun 23, 2024
1 parent ca976fd commit a9ad4b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ lib_deps = ${env.lib_deps}
platform = [email protected]
board = d1_mini
build_flags = ${env.build_flags} -I examples -I src -D DISABLE_UI -D DISABLE_AUTOMATION
build_src_filter = +<src> -<src/main.cpp> +<examples/color-light>
lib_deps = ${env.lib_deps_8266}
${env.lib_deps}
https://github.com/adafruit/Adafruit_NeoPixel#1.12.0
Expand All @@ -247,7 +248,7 @@ platform = [email protected]
board = esp32-c3-devkitc-02
#board = esp32-c3-devkitm-1
build_flags = ${env.build_flags} -I examples -I src -D ESP32_C3 -D DISABLE_UI -D ARDUINO_USB_MODE=1 -D ARDUINO_USB_CDC_ON_BOOT=1
build_src_filter = +<src> -<src/main.cpp> +<lib/jerryscript/amalgam/*> +<examples/color-light>
build_src_filter = +<src> -<src/main.cpp> +<examples/color-light>
lib_deps = ${env.lib_deps}
https://github.com/adafruit/Adafruit_NeoPixel#1.12.0

Expand Down

0 comments on commit a9ad4b2

Please sign in to comment.