提交 e5061362 编写于 作者: M Marian Šámal 提交者: Me No Dev

Fix typo in SPIFFS and FFAT examples (#3322)

* fix typo in SPIFFS example

* fix typo in FFAT example
上级 24b277ad
......@@ -65,7 +65,7 @@ void writeFile(fs::FS &fs, const char * path, const char * message){
if(file.print(message)){
Serial.println("- file written");
} else {
Serial.println("- frite failed");
Serial.println("- write failed");
}
}
......
......@@ -63,7 +63,7 @@ void writeFile(fs::FS &fs, const char * path, const char * message){
if(file.print(message)){
Serial.println("- file written");
} else {
Serial.println("- frite failed");
Serial.println("- write failed");
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册