Dynamic Wifi Provisioning and Bridge for business

Hello Blynk team,

I think I have seen in other topic that Bridge function is not yet released for business use, will that be released?

Second question is about dynamic provisioning, I would like to know if its possible to send only wifi credentials and not auth as I intend to use bridge and for that I need to know the device’s auth.

Thank you.

If you are inquiring about commercial App use, might be best to contact them directly from here…

I believe you can connect using the WiFi object and then later start Blynk as needed

WiFi.begin(ssid, pass);  
.....
 //later
  Blynk.config(auth, server, port);
  Blynk.connect();