Skip to content

Commit

Permalink
Merge pull request #588 from markbirss/master
Browse files Browse the repository at this point in the history
Update mesh.proto fix MS24SF1 build
  • Loading branch information
caveman99 authored Sep 25, 2024
2 parents b1cad23 + dfccd4f commit eb915e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,12 @@ enum HardwareModel {

/* Seeed XIAO S3 DK*/
SEEED_XIAO_S3=81;

/*
* Nordic nRF52840+Semtech SX1262 LoRa BLE Combo Module. nRF52840+SX1262 MS24SF1
*/
MS24SF1=82;

/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* 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

0 comments on commit eb915e7

Please sign in to comment.