From 222381869841451ef94dfd380d7c351418a4eb64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Thu, 30 Dec 2021 22:08:59 +0100 Subject: [PATCH] Add original Heltec V1 board no longer in production --- mesh.proto | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mesh.proto b/mesh.proto index caaa1d2..2355040 100644 --- a/mesh.proto +++ b/mesh.proto @@ -219,7 +219,10 @@ enum HardwareModel { // The new version of the heltec WiFi_Lora_32_V2 board that has battery sensing hooked to GPIO 37. Sadly they did not update anything on the silkscreen to identify this board HELTEC_V2_1 = 10; - + + // Ancient heltec WiFi_Lora_32 board + HELTEC_V1 = 11; + /* * Less common/prototype boards listed here (needs one more byte over the air) */