lora32 name fix for boards name

This commit is contained in:
richonguzman 2024-01-05 07:44:55 -03:00
parent 9f4630c8f8
commit 65d0e12c19
8 changed files with 29 additions and 29 deletions

View file

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