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 787464e
Show file tree
Hide file tree
Showing 2 changed files with 4 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
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 787464e

Please sign in to comment.