Skip to content

Commit

Permalink
Update proj.h
Browse files Browse the repository at this point in the history
Update LITTLEFS.h to LittleFS.h
  • Loading branch information
mgerhard74 authored Dec 9, 2023
1 parent aaa52e7 commit b87b3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proj.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <AsyncJson.h> //needs to be declared AFTER #include <ESPAsyncWebServer.h>
#include <Ticker.h>
#include "flash_hal.h"
#include "LITTLEFS.h"
#include "LittleFS.h"
#include <ESP8266mDNS.h>
#include <EEPROM.h>

Expand Down

0 comments on commit b87b3d5

Please sign in to comment.