commented out format

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

@ -198,7 +198,7 @@ void setup() {
// crc.setPolynome(0x1021);
SPIFFS.format(); // force a format of flash storage
// SPIFFS.format(); // force a format of flash storage, if file names show up twice in directory, uncomment this line once
if (!SPIFFS.begin(FORMAT_SPIFFS_IF_FAILED)) {
Serial.println("SPIFFS Mount Failed");

Loading…
Cancel
Save

Powered by TurnKey Linux.