Configuration
Blynk.begin()
Blynk.begin(auth, ...);Blynk.config()
Blynk.config(auth, server, port);Blynk.config(auth);Last updated
Was this helpful?
Blynk.begin(auth, ...);Blynk.config(auth, server, port);Blynk.config(auth);Last updated
Was this helpful?
Was this helpful?
Blynk.connectWiFi(ssid, pass);