print mode write output

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

@ -4908,7 +4908,8 @@ 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))) == strlen(buff));
blinkFastTimes(3); blinkFastTimes(3);
mode_file.close(); mode_file.close();

Loading…
Cancel
Save

Powered by TurnKey Linux.