Merge pull request #422 from GPSFan/master

update mesh.proto to add CircuitMess Chatter 2
This commit is contained in:
Ben Meadors 2024-01-17 16:52:06 -06:00 committed by GitHub
commit 092f7c0430
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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