Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,11 @@ enum HardwareModel {
*/
RAK3401 = 117;

/*
* RAKwireless WisBlock Core RAK3112 https://docs.rakwireless.com/product-categories/wisduo/rak3112-module/overview/
*/
RAK3112 = 118;

Comment on lines +828 to +832
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The RAK 3112 stamp is covered already in it's alter ego RAK3312 Wisblock Module. Confirm ID 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.
Expand Down
Loading