Update SEEED_XIAO_NRF52840_KIT (#6239)

This commit is contained in:
Ben Meadors
2025-03-05 19:44:22 -06:00
committed by GitHub
parent 445efe9e21
commit 6c8058e1d8
2 changed files with 3 additions and 1 deletions

View File

@@ -75,6 +75,8 @@
#define HW_VENDOR meshtastic_HardwareModel_PRIVATE_HW
#elif defined(HELTEC_T114)
#define HW_VENDOR meshtastic_HardwareModel_HELTEC_MESH_NODE_T114
#elif defined(SEEED_XIAO_NRF52840_KIT)
#define HW_VENDOR meshtastic_HardwareModel_SEEED_XIAO_NRF52840_KIT
#else
#define HW_VENDOR meshtastic_HardwareModel_NRF52_UNKNOWN
#endif