update mesh.proto to add CircuitMess Chatter 2

This commit is contained in:
GPSFan 2024-01-15 10:19:44 -07:00
parent a5d410d407
commit e37d5322d8

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