Add Hardware Model for T1000-E-Pro

This commit is contained in:
SeeedZhangyh 2026-04-03 14:57:52 +08:00
parent cb1f89372a
commit 1cd2e56ca2

View file

@ -875,6 +875,9 @@ enum HardwareModel {
*/
HELTEC_MESH_NODE_T096 = 127;
/* Seeed studio T1000-E Pro tracker card. NRF52840 w/ LR2021 radio, GPS, button, buzzer, and sensors. */
TRACKER_T1000_E_PRO = 128;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* Reserved ID For developing private Ports. These will show up in live traffic sparsely, so we can use a high number. Keep it within 8 bits.