1
0
mirror of https://github.com/s00500/ESPUI.git synced 2024-07-01 02:44:13 +00:00

fixed single quotes

This commit is contained in:
Lukas Bachschwell 2017-12-26 19:35:53 +01:00
parent 8150ba8f82
commit 679bf1a5c1

View File

@ -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)) {