mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-03-21 12:45:35 +01:00
minor white spaces kill
This commit is contained in:
parent
b0a05f89f6
commit
ce01d0aa4d
|
|
@ -222,7 +222,6 @@ namespace BATTERY_Utils {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
String generateEncodedTelemetryBytes(float value, bool firstBytes, byte voltageType) { // 0 = internal battery(0-4,2V) , 1 = external battery(0-15V)
|
||||
String encodedBytes;
|
||||
int tempValue;
|
||||
|
|
@ -251,7 +250,6 @@ namespace BATTERY_Utils {
|
|||
return encodedBytes;
|
||||
}
|
||||
|
||||
|
||||
String generateEncodedTelemetry() {
|
||||
String telemetry = "|";
|
||||
telemetry += generateEncodedTelemetryBytes(telemetryCounter, true, 0);
|
||||
|
|
|
|||
Loading…
Reference in a new issue