Add support for RAK_WISMESH_TAP_V2 and RAK3401 hardware models (#8537)

This commit is contained in:
Daniel.Cao
2025-11-04 19:53:08 +08:00
committed by GitHub
parent cf716fe5ef
commit 3ed831b8a3
2 changed files with 4 additions and 0 deletions

View File

@@ -191,6 +191,8 @@
#define HW_VENDOR meshtastic_HardwareModel_CROWPANEL
#elif defined(RAK3312)
#define HW_VENDOR meshtastic_HardwareModel_RAK3312
#elif defined(RAK_WISMESH_TAP_V2)
#define HW_VENDOR meshtastic_HardwareModel_WISMESH_TAP_V2
#elif defined(LINK_32)
#define HW_VENDOR meshtastic_HardwareModel_LINK_32
#elif defined(T_DECK_PRO)