Skip to content

Commit 62aa2c4

Browse files
committed
1 parent 92e44f7 commit 62aa2c4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

examples/ESP32_SPIFM_WiFi/ESP32_SPIFM_WiFi.ino

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/**
2+
* ESP32 and external SPI Flash FTP server
3+
*
4+
*
5+
// esp32 configuration
6+
#ifndef DEFAULT_FTP_SERVER_NETWORK_TYPE_ESP32
7+
#define DEFAULT_FTP_SERVER_NETWORK_TYPE_ESP32 NETWORK_ESP32
8+
#define DEFAULT_STORAGE_TYPE_ESP32 STORAGE_SPIFM
9+
#endif
10+
*
11+
*/
12+
113
#include <Arduino.h>
214
#include "SdFat.h"
315
#include "Adafruit_SPIFlash.h"

0 commit comments

Comments
 (0)