From da5df89939d0a52cb7debe2503151688b27e26f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Wed, 7 Sep 2022 21:01:20 +0200 Subject: [PATCH] Add ENUM for a new TBEAM --- mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mesh.proto b/mesh.proto index a795047..41205cd 100644 --- a/mesh.proto +++ b/mesh.proto @@ -290,6 +290,11 @@ enum HardwareModel { */ HELTEC_V1 = 11; + /* + * New T-BEAM with ESP32-S3 CPU + */ + LILYGO_TBEAM_S3_CORE = 12; + /* * Less common/prototype boards listed here (needs one more byte over the air) */