kopia lustrzana https://github.com/meshtastic/protobufs
Add RAKwireless hardware models 1.RAK3112 2.Wismeshtag
rodzic
6791138f0b
commit
1860ad27b1
|
@ -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.
|
||||
|
|
Ładowanie…
Reference in New Issue