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 04e1a8e commit b803385Copy full SHA for b803385
examples/wificonnector/wificonnector.ino
@@ -1,4 +1,5 @@
1
-// простой пример настройки подключения к WiFi с WiFiConnector
+// простой пример настройки подключения к WiFi с библиотекой WiFiConnector
2
+// https://github.com/GyverLibs/WiFiConnector
3
4
#include <Arduino.h>
5
#include <GyverDBFile.h>
@@ -60,4 +61,4 @@ void setup() {
60
61
void loop() {
62
WiFiConnector.tick();
63
sett.tick();
-}
64
+}
0 commit comments