Skip to content

Commit fbe1538

Browse files
authored
Merge pull request #801 from DanielCao0/master
Add WISMESH_TAP_V2 and RAK3401 hardware models to mesh.proto
2 parents bf149bb + 4045329 commit fbe1538

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

meshtastic/mesh.proto

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,16 @@ enum HardwareModel {
815815
*/
816816
THINKNODE_M3 = 115;
817817

818+
/*
819+
* RAK WISMESH_TAP_V2 with ESP32-S3 CPU
820+
*/
821+
WISMESH_TAP_V2 = 116;
822+
823+
/*
824+
* RAK3401
825+
*/
826+
RAK3401 = 117;
827+
818828
/*
819829
* ------------------------------------------------------------------------------------------------------------------------------------------
820830
* 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)