Skip to content

Commit

Permalink
Add verbose logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gminn committed Sep 20, 2024
1 parent a4cb0c9 commit 8cf99d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Build
run: |
pio run
pio run --verbose
4 changes: 4 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ build_flags =
[env:espidf]
framework = espidf

board_build.cmake_extra_args =
-DPLATFORMIO_ENABLED=TRUE
-DSDKCONFIG_DEFAULTS="sdkconfig.defaults;sdkconfig.defaults.espidf"

[env:arduino]
framework = arduino, espidf
platform_packages =
Expand Down
3 changes: 3 additions & 0 deletions sdkconfig.defaults.espidf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# force this choice to avoid referencing files in the espressif/led_strip component,
# which not currently getting picked up by platformio properly
CONFIG_BLINK_LED_GPIO=y

0 comments on commit 8cf99d4

Please sign in to comment.