Fix L1 EInk HWModel (#7346)

This commit is contained in:
Ben Meadors
2025-07-14 21:14:07 -05:00
committed by GitHub
parent 625a529f6c
commit 39716ed1ba
2 changed files with 4 additions and 1 deletions

View File

@@ -91,6 +91,8 @@
#define HW_VENDOR meshtastic_HardwareModel_HELTEC_MESH_POCKET
#elif defined(NOMADSTAR_METEOR_PRO)
#define HW_VENDOR meshtastic_HardwareModel_NOMADSTAR_METEOR_PRO
#elif defined(SEEED_WIO_TRACKER_L1_EINK)
#define HW_VENDOR meshtastic_HardwareModel_SEEED_WIO_TRACKER_L1_EINK
#elif defined(SEEED_WIO_TRACKER_L1)
#define HW_VENDOR meshtastic_HardwareModel_SEEED_WIO_TRACKER_L1
#else