mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 14:58:12 +00:00
ci: add Wio Tracker L1 firmware build and release workflow
Builds and releases only the _settings companion firmware variants (USB and BLE) which contain the settings screen with display brightness, buzzer, TX power, auto-off, GPS interval, timezone, low battery threshold, and battery display mode. Triggers on tags matching 'wio-tracker-*' (e.g. wio-tracker-v1.0.0) or manually via workflow_dispatch. Creates a draft GitHub release. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
7
build.sh
7
build.sh
@@ -230,6 +230,11 @@ build_companion_firmwares() {
|
||||
|
||||
}
|
||||
|
||||
build_wio_tracker_l1_firmwares() {
|
||||
build_firmware "WioTrackerL1_companion_radio_usb_settings"
|
||||
build_firmware "WioTrackerL1_companion_radio_ble_settings"
|
||||
}
|
||||
|
||||
build_room_server_firmwares() {
|
||||
|
||||
# # build specific room server firmwares
|
||||
@@ -275,6 +280,8 @@ elif [[ $1 == "build-companion-firmwares" ]]; then
|
||||
build_companion_firmwares
|
||||
elif [[ $1 == "build-repeater-firmwares" ]]; then
|
||||
build_repeater_firmwares
|
||||
elif [[ $1 == "build-wio-tracker-l1-firmwares" ]]; then
|
||||
build_wio_tracker_l1_firmwares
|
||||
elif [[ $1 == "build-room-server-firmwares" ]]; then
|
||||
build_room_server_firmwares
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user