fix: rename heltec wireless lite to ht-ct62

This commit is contained in:
SQ2CPA 2024-03-28 18:33:11 +01:00
parent 968d9188be
commit 0e94444198
8 changed files with 12 additions and 12 deletions

View file

@ -25,7 +25,7 @@ namespace BATTERY_Utils {
int sample;
int sampleSum = 0;
for (int i = 0; i < 100; i++) {
#if defined(TTGO_T_LORA32_V2_1) || defined(HELTEC_V2) || defined(HELTEC_WSL)
#if defined(TTGO_T_LORA32_V2_1) || defined(HELTEC_V2) || defined(HELTEC_HTCT62)
sample = analogRead(batteryPin);
#endif
#if defined(HELTEC_V3) || defined(ESP32_DIY_LoRa) || defined(ESP32_DIY_1W_LoRa)