From 679bf1a5c18f5dab8875bfb631c9b76c9d75ed63 Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Tue, 26 Dec 2017 19:35:53 +0100 Subject: [PATCH] fixed single quotes --- src/ESPUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ESPUI.cpp b/src/ESPUI.cpp index 9f9acd3..8c1d14d 100644 --- a/src/ESPUI.cpp +++ b/src/ESPUI.cpp @@ -49,7 +49,7 @@ void writeFile(fs::FS &fs, const char * path, const char * data){ void ESPUIClass::prepareFileSystem(){ // this function should only be used once -Serial.println('About to prepare filesystem...'); +Serial.println("About to prepare filesystem..."); #if defined(ESP32) if(!SPIFFS.begin(true)) {