chore: enable local MQTT debug builds and disable MQTT_DEBUG in GitHub workflows

This commit is contained in:
Jared Dohrman
2026-04-12 11:00:16 +10:00
parent ca7c437c10
commit 9e0cff9e70
4 changed files with 43 additions and 40 deletions
@@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest
env:
OFFICIAL_MESHCORE_VERSION: ${{ vars.OFFICIAL_MESHCORE_VERSION }}
PLATFORMIO_BUILD_FLAGS: -UMQTT_DEBUG
steps:
- name: Clone Repo
+1
View File
@@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest
env:
OFFICIAL_MESHCORE_VERSION: ${{ vars.OFFICIAL_MESHCORE_VERSION }}
PLATFORMIO_BUILD_FLAGS: -UMQTT_DEBUG
strategy:
fail-fast: false
matrix:
+1
View File
@@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest
env:
OFFICIAL_MESHCORE_VERSION: ${{ vars.OFFICIAL_MESHCORE_VERSION }}
PLATFORMIO_BUILD_FLAGS: -UMQTT_DEBUG
strategy:
fail-fast: false
matrix: