Merge pull request #699 from csrutil/add-device-gat562_mesh_trial_tracker

Add GAT562 Mesh Trial Tracker HW model ID
This commit is contained in:
Tom Fifield 2025-06-10 13:57:19 +10:00 committed by GitHub
commit b448d4a94f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -754,6 +754,11 @@ enum HardwareModel {
*/
T_LORA_PAGER = 103;
/**
* GAT562 Mesh Trial Tracker
*/
GAT562_MESH_TRIAL_TRACKER = 104;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* 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.