diff --git a/.github/workflows/build-wio-tracker-l1-firmwares.yml b/.github/workflows/build-wio-tracker-l1-firmwares.yml index 7c030d84..7d9c42c6 100644 --- a/.github/workflows/build-wio-tracker-l1-firmwares.yml +++ b/.github/workflows/build-wio-tracker-l1-firmwares.yml @@ -7,7 +7,7 @@ on: workflow_dispatch: push: tags: - - 'wio-tracker-v*' + - 'plus_*' env: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 - name: Extract Version from Git Tag - run: echo "GIT_TAG_VERSION=v${GITHUB_REF_NAME#*-v}" >> $GITHUB_ENV + run: echo "GIT_TAG_VERSION=v${GITHUB_REF_NAME#plus_}" >> $GITHUB_ENV - name: Setup Build Environment uses: ./.github/actions/setup-build-environment @@ -46,7 +46,7 @@ jobs: uses: actions/checkout@v4 - name: Extract Version from Git Tag - run: echo "GIT_TAG_VERSION=v${GITHUB_REF_NAME#*-v}" >> $GITHUB_ENV + run: echo "GIT_TAG_VERSION=v${GITHUB_REF_NAME#plus_}" >> $GITHUB_ENV - name: Setup Build Environment uses: ./.github/actions/setup-build-environment @@ -69,7 +69,7 @@ jobs: steps: - name: Extract Version from Git Tag - run: echo "GIT_TAG_VERSION=v${GITHUB_REF_NAME#*-v}" >> $GITHUB_ENV + run: echo "GIT_TAG_VERSION=v${GITHUB_REF_NAME#plus_}" >> $GITHUB_ENV - name: Download OLED Firmware uses: actions/download-artifact@v4 diff --git a/README.md b/README.md index ea0aa1aa..9760146b 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ Two firmware builds are published with each release: | Variant | Display | File | |---------|---------|------| -| **OLED** | SSD1306 / SH1106 128 × 64 | `WioTrackerL1_companion_radio_dual_*.uf2` | -| **E-ink** | GxEPD2 250 × 122 | `WioTrackerL1Eink_companion_radio_dual_*.uf2` | +| **OLED** | SSD1306 / SH1106 128 × 64 | `WioTrackerL1_companion_dual_*.uf2` | +| **E-ink** | GxEPD2 250 × 122 | `WioTrackerL1Eink_companion_dual_*.uf2` | Both variants are built from a single codebase and share the same feature set. The `dual` in the filename means a single binary supports both BLE and USB serial — there are no separate BLE/USB builds. @@ -92,6 +92,7 @@ All settings are saved to flash and restored on next boot. - Clock seconds (show/hide — hiding reduces display refresh from 1 s to 60 s) - Font — **Default** (5×7 Adafruit, ASCII + transliteration) or **Lemon** (native Unicode, pixel-accurate wrap) - Display rotation *(e-ink only)* — 0 ° / 90 ° / 180 ° / 270 °; applied immediately + - Joystick rotation *(e-ink only)* — rotates the joystick input mapping independently of the display rotation; useful when mounting the device in a custom enclosure - **Sound** - Buzzer: On / Off / **Auto** — Auto mode silences the device while connected via Bluetooth, and re-enables sound when the connection drops - Volume (1–5; preview tone plays on each change)