From 42da32040670c45f38ad15191a0396816fa7d9ee Mon Sep 17 00:00:00 2001 From: Gareth Coleman <30833824+garethhcoleman@users.noreply.github.com> Date: Tue, 2 Apr 2024 21:00:54 +0100 Subject: [PATCH] Add UNPHONE to mesh.proto HardwareModel enum See PR https://github.com/meshtastic/firmware/pull/3530 to main meshtastic firmware. --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 6d049fa..d59c8b2 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -499,6 +499,11 @@ enum HardwareModel { */ HELTEC_WIRELESS_TRACKER_V1_0 = 58; + /* + * unPhone with ESP32-S3, TFT touchscreen, LSM6DS3TR-C accelerometer and gyroscope + */ + UNPHONE = 59; + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * Reserved ID For developing private Ports. These will show up in live traffic sparsely, so we can use a high number. Keep it within 8 bits.