Skip to content

Commit 787464e

Browse files
committed
Add verbose logs
1 parent a4cb0c9 commit 787464e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
2828
- name: Build
2929
run: |
30-
pio run
30+
pio run --verbose

sdkconfig.defaults.espidf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# force this choice to avoid referencing files in the espressif/led_strip component,
2+
# which not currently getting picked up by platformio properly
3+
CONFIG_BLINK_LED_GPIO=y

0 commit comments

Comments
 (0)