diff --git a/variants/stm32/wio-e5/platformio.ini b/variants/stm32/wio-e5/platformio.ini index 8c7579aa3dc..2aa10c0c928 100644 --- a/variants/stm32/wio-e5/platformio.ini +++ b/variants/stm32/wio-e5/platformio.ini @@ -1,4 +1,12 @@ [env:wio-e5] +custom_meshtastic_hw_model = 73 +custom_meshtastic_hw_model_slug = WIO_E5 +custom_meshtastic_architecture = stm32 +custom_meshtastic_actively_supported = true +custom_meshtastic_support_level = 1 +custom_meshtastic_display_name = Seeed Wio-E5 +custom_meshtastic_tags = Seeed + extends = stm32_base board = lora_e5_dev_board board_level = pr diff --git a/variants/stm32/wio-e5/variant.h b/variants/stm32/wio-e5/variant.h index da2c623fb3b..07cca6497fb 100644 --- a/variants/stm32/wio-e5/variant.h +++ b/variants/stm32/wio-e5/variant.h @@ -1,12 +1,8 @@ /* -Wio-E5 mini (formerly LoRa-E5 mini) -https://www.seeedstudio.com/LoRa-E5-mini-STM32WLE5JC-p-4869.html -https://www.seeedstudio.com/LoRa-E5-Wireless-Module-p-4745.html -*/ - -/* -This variant is a work in progress. -Do not expect a working Meshtastic device with this target. +Seeed LoRa-E5 (STM32WLE5JC) module - Wio-E5 Development Kit and Wio-E5 mini +https://wiki.seeedstudio.com/LoRa_E5_Dev_Board/ +https://wiki.seeedstudio.com/LoRa_E5_mini/ +LED_POWER (PB5) and the module pin map are common to both boards. */ #ifndef _VARIANT_WIOE5_