Skip to content

Commit b803385

Browse files
authored
Update wificonnector.ino
1 parent 04e1a8e commit b803385

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/wificonnector/wificonnector.ino

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// простой пример настройки подключения к WiFi с WiFiConnector
1+
// простой пример настройки подключения к WiFi с библиотекой WiFiConnector
2+
// https://github.com/GyverLibs/WiFiConnector
23

34
#include <Arduino.h>
45
#include <GyverDBFile.h>
@@ -60,4 +61,4 @@ void setup() {
6061
void loop() {
6162
WiFiConnector.tick();
6263
sett.tick();
63-
}
64+
}

0 commit comments

Comments
 (0)