Update cubesatsim.ino

pico-v0.38
alanbjohnston 3 years ago committed by GitHub
parent 3c115f2365
commit 65d001d5f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4913,7 +4913,7 @@ void write_mode() {
print_string(buff); print_string(buff);
} }
if (mode_file.write(buff, strlen(buff))) != strlen(buff)) { if (mode_file.write(buff, strlen(buff)) != strlen(buff)) {
// Serial.println(mode_file.write(buff, strlen(buff))); // Serial.println(mode_file.write(buff, strlen(buff)));
Serial.println("*** mode file write error! ***\n\n"); Serial.println("*** mode file write error! ***\n\n");
blinkFastTimes(3); blinkFastTimes(3);

Loading…
Cancel
Save

Powered by TurnKey Linux.