mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-20 09:43:03 +00:00
[Board]: Support for M5Stack CoreS3 (Part 1: radio) (#5049)
This commit is contained in:
@@ -104,6 +104,8 @@
|
||||
#define HW_VENDOR meshtastic_HardwareModel_NANO_G1
|
||||
#elif defined(M5STACK)
|
||||
#define HW_VENDOR meshtastic_HardwareModel_M5STACK
|
||||
#elif defined(M5STACK_CORES3)
|
||||
#define HW_VENDOR meshtastic_HardwareModel_M5STACK_CORES3
|
||||
#elif defined(STATION_G1)
|
||||
#define HW_VENDOR meshtastic_HardwareModel_STATION_G1
|
||||
#elif defined(DR_DEV)
|
||||
|
||||
Reference in New Issue
Block a user