From dfcfba8d1a6bad4233436c39f0571df878f8d2d2 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Tue, 11 May 2021 09:42:57 +0800 Subject: [PATCH] heltec has two versions now --- mesh.proto | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mesh.proto b/mesh.proto index 044d058..4bf29c8 100644 --- a/mesh.proto +++ b/mesh.proto @@ -86,12 +86,18 @@ message Position { TLORA_V1 = 2; TLORA_V2_1_1p6 = 3; TBEAM = 4; - HELTEC = 5; + + // The original heltec WiFi_Lora_32_V2, which had battery voltage sensing hooked to GPIO 13 (see HELTEC_V2 for the new version). + HELTEC_V2_0 = 5; + TBEAM0p7 = 6; T_ECHO = 7; TLORA_V1_1p3 = 8; RAK4631 = 9; + // 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; + /* * Less common/prototype boards listed here (needs one more byte over the air) */