Blynk.config not working

Nope… that is all done with Blynk.begin()

With Blynk.config() it is a multi stage process…

  • Setup and connect to internet/network - options like Blynk.connectWiFi() or WiFi.begin(), etc…

  • Setup Blynk connection - Blynk.config()

  • Connect to Blynk’s server over internet/network, if available - Blynk.connect()

  • Run code, regardless of server connection or not

  • Attempt server reconnection if required - Blynk.connect()

3 Likes