Skip to content

Commit 8d7510a

Browse files
committed
Explain bin files from arduino-cli
1 parent 2b5de43 commit 8d7510a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build-clang-doxy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ jobs:
465465
- name: Rename build artifacts to reflect the platform name
466466
run: |
467467
mv examples/Wippersnapper_demo/build/*/Wippersnapper_demo.ino.bin wippersnapper.${{ matrix.arduino-platform }}.littlefs.${{ env.WS_VERSION }}.bin
468+
## We manually merge our own binary instead of relying on the arduino-cli auto-merged one. Uncomment to diagnose differences.
468469
# mv examples/Wippersnapper_demo/build/*/Wippersnapper_demo.ino.merged.bin wippersnapper.${{ matrix.arduino-platform }}.littlefs.${{ env.WS_VERSION }}.auto-merge.bin
469470
mv examples/Wippersnapper_demo/build/*/Wippersnapper_demo.ino.elf wippersnapper.${{ matrix.arduino-platform }}.littlefs.${{ env.WS_VERSION }}.elf
470471
mv examples/Wippersnapper_demo/build/*/Wippersnapper_demo.ino.map wippersnapper.${{ matrix.arduino-platform }}.littlefs.${{ env.WS_VERSION }}.map

platformio.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ build_flags =
197197
-DARDUINO_LOG_LEVEL=5
198198
-DCORE_DEBUG_LEVEL=5
199199
-DBOARD_HAS_PSRAM
200+
; -DMQTT_DEBUG=1
200201
board_build.filesystem = littlefs
201202
board_build.partitions = min_spiffs.csv
202203

0 commit comments

Comments
 (0)