[Board]: Support for M5Stack CoreS3 (Part 1: radio) (#5049)

This commit is contained in:
Ludovic BOUÉ
2024-10-14 10:13:22 +02:00
committed by GitHub
parent 05e4a639a1
commit 0ec1684718
4 changed files with 101 additions and 0 deletions

View File

@@ -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)