Skip to content

Commit e59dd93

Browse files
committed
add nibble connect to HardwareModel enum
1 parent c758376 commit e59dd93

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

meshtastic/mesh.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,11 @@ enum HardwareModel {
759759
*/
760760
GAT562_MESH_TRIAL_TRACKER = 104;
761761

762+
/**
763+
* Retia.io Nibble Connect
764+
*/
765+
NIBBLE_CONNECT = 106;
766+
762767
/*
763768
* ------------------------------------------------------------------------------------------------------------------------------------------
764769
* 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.

0 commit comments

Comments
 (0)