Why nobody uses bridge?

This worked: :smile:

...
    while(Blynk.connect() == false) {}
    
    //while(!Blynk.connect()) {}   **This way round did not work, the effect should be exactly the same though?

     bridgeMain.setAuthToken(authMain);
      
    }
...
1 Like