From 7ede214a3b382be83719a95343c83809b32c0445 Mon Sep 17 00:00:00 2001 From: Todd Herbert Date: Sat, 3 Feb 2024 16:46:30 +1300 Subject: [PATCH] add Heltec Wireless Paper V1.0 to HardwareModel --- meshtastic/mesh.proto | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 8f50b3ce..3c782296 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -467,6 +467,15 @@ enum HardwareModel { * with one cut and one jumper Meshtastic works */ CHATTER_2 = 56; + + /* + * Heltec Wireless Paper, With ESP32-S3 CPU and E-Ink display + * Older "V1.0" Variant, has no "version sticker" + * E-Ink model is DEPG0213BNS800 + * Tab on the screen protector is RED + * Flex connector marking is FPC-7528B + */ + HELTEC_WIRELESS_PAPER_V1_0 = 57; /* * ------------------------------------------------------------------------------------------------------------------------------------------