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 6c46ff2 commit 5a9f688Copy full SHA for 5a9f688
examples/wificonnector/wificonnector.ino
@@ -40,6 +40,8 @@ void setup() {
40
LittleFS.begin();
41
#endif
42
db.begin();
43
+ db.init(kk::wifi_ssid, "");
44
+ db.init(kk::wifi_pass, "");
45
46
// подключение и реакция на подключение или ошибку
47
WiFiConnector.onConnect([]() {
0 commit comments