mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-26 07:02:15 +03:00
Add SPIFFS Support
This commit is contained in:
@ -38,6 +38,7 @@ extern "C" {
|
||||
#include "pgmspace.h"
|
||||
#include "esp8266_peri.h"
|
||||
#include "twi.h"
|
||||
#include "spiffs/spiffs.h"
|
||||
|
||||
void yield(void);
|
||||
|
||||
@ -211,6 +212,7 @@ void loop(void);
|
||||
#include "WString.h"
|
||||
|
||||
#include "HardwareSerial.h"
|
||||
#include "FileSystem.h"
|
||||
#include "Esp.h"
|
||||
|
||||
uint16_t makeWord(uint16_t w);
|
||||
|
Reference in New Issue
Block a user