mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-01-03 19:33:47 +01:00
Upgraded to latest Beta build system
This one is using esp32-arduino 2.0.3
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include "WiFiSettings.h"
|
||||
#include "defaults.h"
|
||||
#include <Arduino.h>
|
||||
#include <LITTLEFS.h>
|
||||
#include <LittleFS.h>
|
||||
|
||||
void setup()
|
||||
{
|
||||
@@ -17,7 +17,7 @@ void setup()
|
||||
|
||||
// Initialize file system
|
||||
Serial.print(F("Initialize FS... "));
|
||||
if (!LITTLEFS.begin()) {
|
||||
if (!LittleFS.begin()) {
|
||||
Serial.println(F("failed"));
|
||||
} else {
|
||||
Serial.println(F("done"));
|
||||
|
||||
Reference in New Issue
Block a user