Files
firmware/variants/nrf52840/wio-tracker-wm1110/platformio.ini
Ben Meadors 1a6cbb5caa Migrate all of the Meshtastic API attributes into the ini as a source of truth (#9214)
* Migrate all of the Meshtastic API attributes into the ini as a source of truth

* Cleanup garbage coalescing

* Another spot

* We already account for inkhud and mui

* Consolidate

* Removed them

* Boogers

* Infer

* Copying manifest should always succeed

* Remove portduino guards

* Rename

* None
2026-01-07 15:25:38 -06:00

24 lines
975 B
INI

; The red tracker Dev Board with the WM1110 module
[env:wio-tracker-wm1110]
custom_meshtastic_hw_model = 21
custom_meshtastic_hw_model_slug = WIO_WM1110
custom_meshtastic_architecture = nrf52840
custom_meshtastic_actively_supported = true
custom_meshtastic_support_level = 3
custom_meshtastic_display_name = Seeed Wio WM1110 Tracker
custom_meshtastic_images = wio-tracker-wm1110.svg
custom_meshtastic_tags = Seeed
custom_meshtastic_requires_dfu = true
extends = nrf52840_base
board = wio-tracker-wm1110
build_flags = ${nrf52840_base.build_flags}
-Ivariants/nrf52840/wio-tracker-wm1110
-Isrc/platform/nrf52/softdevice
-Isrc/platform/nrf52/softdevice/nrf52
-DWIO_WM1110
board_build.ldscript = src/platform/nrf52/nrf52840_s140_v7.ld
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/wio-tracker-wm1110>
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
;upload_protocol = jlink