File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
200201board_build.filesystem = littlefs
201202board_build.partitions = min_spiffs.csv
202203
You can’t perform that action at this time.
0 commit comments