Skip to content

Commit 73f4a0d

Browse files
committed
Add verbose logs
1 parent a4cb0c9 commit 73f4a0d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ board = esp32-c3-devkitc-02
1818

1919
; Strictly specify the versions used to build this project
2020
platform_packages =
21-
framework-espidf@3.50102.240122 ; (5.1.2)
22-
23-
24-
tool-ninja@1.7.1
21+
platformio/framework-espidf@3.50300.0 ; (5.3.0)
22+
platformio/[email protected]
23+
platformio/[email protected] ; (4.5.1)
24+
platformio/tool-ninja@1.9.0
2525
espressif/[email protected]+20221002
2626
espressif/[email protected]+20221002
27-
platformio/toolchain-esp32ulp@1.23500.220830 ; (2.35.0)
28-
espressif/toolchain-riscv32-esp@12.2.0+20230208
27+
platformio/toolchain-esp32ulp@1.23800.240113 ; (2.38.0)
28+
platformio/toolchain-riscv32-esp@13.2.0+20240530
2929

3030
; needed to tell Memfault that we are using a platformIO project
3131
board_build.cmake_extra_args =

0 commit comments

Comments
 (0)