Skip to content

Commit 8cf99d4

Browse files
committed
Add verbose logs
1 parent a4cb0c9 commit 8cf99d4

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-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

platformio.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ build_flags =
5252
[env:espidf]
5353
framework = espidf
5454

55+
board_build.cmake_extra_args =
56+
-DPLATFORMIO_ENABLED=TRUE
57+
-DSDKCONFIG_DEFAULTS="sdkconfig.defaults;sdkconfig.defaults.espidf"
58+
5559
[env:arduino]
5660
framework = arduino, espidf
5761
platform_packages =

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)