Add support for RAK_WISMESH_TAP_V2 and RAK3401 hardware models (#8537)
This commit is contained in:
@@ -191,6 +191,8 @@
|
|||||||
#define HW_VENDOR meshtastic_HardwareModel_CROWPANEL
|
#define HW_VENDOR meshtastic_HardwareModel_CROWPANEL
|
||||||
#elif defined(RAK3312)
|
#elif defined(RAK3312)
|
||||||
#define HW_VENDOR meshtastic_HardwareModel_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)
|
#elif defined(LINK_32)
|
||||||
#define HW_VENDOR meshtastic_HardwareModel_LINK_32
|
#define HW_VENDOR meshtastic_HardwareModel_LINK_32
|
||||||
#elif defined(T_DECK_PRO)
|
#elif defined(T_DECK_PRO)
|
||||||
|
|||||||
@@ -60,6 +60,8 @@
|
|||||||
// MAke sure all custom RAK4630 boards are defined before the generic RAK4630
|
// MAke sure all custom RAK4630 boards are defined before the generic RAK4630
|
||||||
#elif defined(RAK4630)
|
#elif defined(RAK4630)
|
||||||
#define HW_VENDOR meshtastic_HardwareModel_RAK4631
|
#define HW_VENDOR meshtastic_HardwareModel_RAK4631
|
||||||
|
#elif defined(RAK3401)
|
||||||
|
#define HW_VENDOR meshtastic_HardwareModel_RAK3401
|
||||||
#elif defined(TTGO_T_ECHO)
|
#elif defined(TTGO_T_ECHO)
|
||||||
#define HW_VENDOR meshtastic_HardwareModel_T_ECHO
|
#define HW_VENDOR meshtastic_HardwareModel_T_ECHO
|
||||||
#elif defined(T_ECHO_LITE)
|
#elif defined(T_ECHO_LITE)
|
||||||
|
|||||||
Reference in New Issue
Block a user