Add RAKwireless hardware models 1.RAK3112 2.Wismeshtag

pull/714/head
Daniel.Cao 2025-06-24 19:00:17 +08:00
rodzic 6791138f0b
commit 1860ad27b1
1 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

@ -759,6 +759,16 @@ enum HardwareModel {
*/
GAT562_MESH_TRIAL_TRACKER = 104;
/**
* RAKwireless WisMesh Tag
*/
WISMESH_TAG = 105;
/**
* RAKwireless RAK3112 https://docs.rakwireless.com/product-categories/wisduo/rak3112-module/overview/
*/
RAK3112 = 106;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* 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.