Skip to content

Commit d6c113f

Browse files
committed
fix
1 parent 4f4d6d6 commit d6c113f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libraries/SPIFFS/examples/SPIFFS_Test/SPIFFS_Test.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#include "FS.h"
22
#include "SPIFFS.h"
33

4-
// Test
5-
64
/* You only need to format SPIFFS the first time you run a
75
test or else use the SPIFFS plugin to create a partition
86
https://github.com/me-no-dev/arduino-esp32fs-plugin */

libraries/SPIFFS/examples/SPIFFS_time/SPIFFS_time.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
#include <time.h>
44
#include <WiFi.h>
55

6+
// Test
7+
68
const char *ssid = "your-ssid";
79
const char *password = "your-password";
810

0 commit comments

Comments
 (0)