mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
update mesh.proto to add CircuitMess Chatter 2
This commit is contained in:
parent
a5d410d407
commit
e37d5322d8
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
/*
|
||||
* ------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue