We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4d6d6 commit d6c113fCopy full SHA for d6c113f
libraries/SPIFFS/examples/SPIFFS_Test/SPIFFS_Test.ino
@@ -1,8 +1,6 @@
1
#include "FS.h"
2
#include "SPIFFS.h"
3
4
-// Test
5
-
6
/* You only need to format SPIFFS the first time you run a
7
test or else use the SPIFFS plugin to create a partition
8
https://github.com/me-no-dev/arduino-esp32fs-plugin */
libraries/SPIFFS/examples/SPIFFS_time/SPIFFS_time.ino
@@ -3,6 +3,8 @@
#include <time.h>
#include <WiFi.h>
+// Test
+
const char *ssid = "your-ssid";
9
const char *password = "your-password";
10
0 commit comments