Over-The-Air Firmware Updates (OTA)
BLYNK_WRITE(InternalPinOTA) {
String url = param.asString();
Blynk.disconnect();
// Procceed to download and apply the upgrade
}Last updated
Was this helpful?
BLYNK_WRITE(InternalPinOTA) {
String url = param.asString();
Blynk.disconnect();
// Procceed to download and apply the upgrade
}Last updated
Was this helpful?
Was this helpful?