mirror of
https://github.com/s00500/ESPUI.git
synced 2024-11-22 09:10:54 +00:00
fixed single quotes
This commit is contained in:
parent
8150ba8f82
commit
679bf1a5c1
@ -49,7 +49,7 @@ void writeFile(fs::FS &fs, const char * path, const char * data){
|
|||||||
void ESPUIClass::prepareFileSystem(){
|
void ESPUIClass::prepareFileSystem(){
|
||||||
// this function should only be used once
|
// this function should only be used once
|
||||||
|
|
||||||
Serial.println('About to prepare filesystem...');
|
Serial.println("About to prepare filesystem...");
|
||||||
|
|
||||||
#if defined(ESP32)
|
#if defined(ESP32)
|
||||||
if(!SPIFFS.begin(true)) {
|
if(!SPIFFS.begin(true)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user