pico-fc-test
alanbjohnston 3 years ago committed by GitHub
parent 1383aa9592
commit 517d93bb28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -219,7 +219,7 @@ void loop() {
}
if (Serial.available() > 0) {
char result = Serial.read();
if ((result == 'f') || (result == 'F')) PIFFS.format();
if ((result == 'f') || (result == 'F')) SPIFFS.format();
take_photo = true;
}
if (!take_photo) {

Loading…
Cancel
Save

Powered by TurnKey Linux.