Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions variants/stm32/wio-e5/platformio.ini
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 4 additions & 8 deletions variants/stm32/wio-e5/variant.h
Original file line number Diff line number Diff line change
@@ -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_
Expand Down