Add board_level configuration for Heltec V4, RAK WisMesh Tag, and Seeed Wio Tracker L1

This commit is contained in:
Ben Meadors
2026-06-11 07:21:25 -05:00
parent a14f7afe87
commit 83c7e4ede3
3 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -24,7 +24,8 @@ custom_meshtastic_partition_scheme = 16MB
custom_meshtastic_has_mui = true
extends = heltec_v4_base
build_flags =
board_level = pr
build_flags =
${heltec_v4_base.build_flags}
-D HELTEC_V4_OLED
-D USE_SSD1306 ; Heltec_v4 has an SSD1315 display (compatible with SSD1306 driver)
@@ -6,6 +6,7 @@ custom_meshtastic_tags = RAK
extends = nrf52840_base
board = wiscore_rak4631
board_level = pr
board_check = true
custom_meshtastic_hw_model = 105
custom_meshtastic_hw_model_slug = WISMESH_TAG
@@ -10,6 +10,7 @@ custom_meshtastic_tags = Seeed
custom_meshtastic_requires_dfu = true
board = seeed_wio_tracker_L1
board_level = pr
extends = nrf52840_base
build_flags = ${nrf52840_base.build_flags}
-I variants/nrf52840/seeed_wio_tracker_L1