minor white spaces kill

This commit is contained in:
richonguzman 2024-10-07 09:39:31 -03:00
parent b0a05f89f6
commit ce01d0aa4d

View file

@ -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);