Skip to content

Commit

Permalink
Merge pull request #422 from GPSFan/master
Browse files Browse the repository at this point in the history
update mesh.proto to add CircuitMess Chatter 2
  • Loading branch information
thebentern committed Jan 17, 2024
2 parents a5d410d + e37d532 commit 092f7c0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,13 @@ enum HardwareModel {
* Waveshare ESP32-S3-PICO with PICO LoRa HAT and 2.9inch e-Ink
*/
ESP32_S3_PICO = 55;

/*
* CircuitMess Chatter 2 LLCC68 Lora Module and ESP32 Wroom
* Lora module can be swapped out for a Heltec RA-62 which is "almost" pin compatible
* with one cut and one jumper Meshtastic works
*/
CHATTER_2 = 56;

/*
* ------------------------------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 092f7c0

Please sign in to comment.