15 lines
208 B
C
15 lines
208 B
C
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <sys/unistd.h>
|
|
#include <sys/stat.h>
|
|
#include "esp_err.h"
|
|
#include "esp_spiffs.h"
|
|
|
|
#define CONFIG_EXAMPLE_SPIFFS_CHECK_ON_START (1)
|
|
|
|
void spifs_init(void);
|
|
|
|
|
|
|