mirror of
https://github.com/s00500/ESPUI.git
synced 2025-08-02 20:35:31 +00:00
fixed single quotes
This commit is contained in:
@@ -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)) {
|
||||||
|
Reference in New Issue
Block a user