Update cubesatsim.ino

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

@ -4909,7 +4909,7 @@ void write_mode() {
} }
// 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))) == strlen(buff)); Serial.println(mode_file.write(buff, strlen(buff)));
blinkFastTimes(3); blinkFastTimes(3);
mode_file.close(); mode_file.close();

Loading…
Cancel
Save

Powered by TurnKey Linux.