Skip to content

Commit

Permalink
Update MissionInterface.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
771-8bit committed Mar 24, 2024
1 parent 8a7fba4 commit 49c0e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MissionInterface/MissionInterface.ino
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ void loop() {
data_str += String(surface7_pressure, 2);
data_str += ",";
data_str += String(surface8_pressure, 2);
data_str += ",";
data_str += ",\n";
data_str.toCharArray(data_char, 256);
flash_print(data_char);
}
Expand Down

0 comments on commit 49c0e9c

Please # to comment.