質問編集履歴
3
細かくしました
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
2
細かくしました
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,17 +16,21 @@
|
|
16
16
|
|
17
17
|
|
18
18
|
|
19
|
-
|
19
|
+
```arduino
|
20
|
-
|
21
|
-
|
22
|
-
|
20
|
+
|
23
|
-
|
21
|
+
#include <WiFi.h>
|
22
|
+
|
24
|
-
|
23
|
+
#include <AsyncTCP.h>
|
24
|
+
|
25
|
-
|
25
|
+
#include <ESPAsyncWebServer.h>
|
26
|
+
|
27
|
+
|
28
|
+
|
26
|
-
|
29
|
+
// Replace with your network credentials
|
30
|
+
|
27
|
-
const char* ssid = "";
|
31
|
+
const char* ssid = "mozaiku";
|
28
|
-
|
32
|
+
|
29
|
-
const char* password = "";
|
33
|
+
const char* password = "mozaiku";
|
30
34
|
|
31
35
|
|
32
36
|
|
@@ -341,3 +345,5 @@
|
|
341
345
|
|
342
346
|
|
343
347
|
}
|
348
|
+
|
349
|
+
```
|
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -20,6 +20,8 @@
|
|
20
20
|
|
21
21
|
|
22
22
|
|
23
|
+
<code>
|
24
|
+
|
23
25
|
|
24
26
|
|
25
27
|
const char* ssid = "";
|