Add support for Heltec HRI-3621 industrial sensor hub (#6366)

This commit is contained in:
Thomas Göttgens
2025-03-21 16:12:49 +01:00
committed by GitHub
parent 848a3ed6a1
commit 0951fdd49b
7 changed files with 71 additions and 6 deletions

View File

@@ -178,6 +178,8 @@
#define HW_VENDOR meshtastic_HardwareModel_MESH_TAB
#elif defined(T_ETH_ELITE)
#define HW_VENDOR meshtastic_HardwareModel_T_ETH_ELITE
#elif defined(HELTEC_SENSOR_HUB)
#define HW_VENDOR meshtastic_HardwareModel_HELTEC_SENSOR_HUB
#endif
// -----------------------------------------------------------------------------