Skip to content

Commit

Permalink
minor white spaces kill
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed Oct 7, 2024
1 parent b0a05f8 commit ce01d0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/battery_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -251,7 +250,6 @@ namespace BATTERY_Utils {
return encodedBytes;
}


String generateEncodedTelemetry() {
String telemetry = "|";
telemetry += generateEncodedTelemetryBytes(telemetryCounter, true, 0);
Expand Down

0 comments on commit ce01d0a

Please sign in to comment.