mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-05-17 23:06:06 +02:00
fix: rename heltec wireless lite to ht-ct62
This commit is contained in:
+1
-1
@@ -115,7 +115,7 @@ namespace Utils {
|
||||
secondaryBeaconPacket = iGateLoRaBeaconPacket + Config.beacon.comment;
|
||||
}
|
||||
|
||||
#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)
|
||||
if (Config.sendBatteryVoltage) {
|
||||
beaconPacket += " Batt=" + String(BATTERY_Utils::checkBattery(),2) + "V";
|
||||
secondaryBeaconPacket += " Batt=" + String(BATTERY_Utils::checkBattery(),2) + "V";
|
||||
|
||||
Reference in New Issue
Block a user