From e37d5322d82988801f1ab637dd4caf932737dcea Mon Sep 17 00:00:00 2001 From: GPSFan Date: Mon, 15 Jan 2024 10:19:44 -0700 Subject: [PATCH] update mesh.proto to add CircuitMess Chatter 2 --- meshtastic/mesh.proto | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index bc234aa615..e8c2f434c1 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -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; /* * ------------------------------------------------------------------------------------------------------------------------------------------