Module Integration Guides
...
Rust ESP-IDF
Over The Air (OTA) Updates
1 min
otas can be enabled like let bytebeam client = bytebeamclient init()?; // this will register the ota handler for "update firmware" action bytebeam client enable ota(); follow this steps to trigger ota update create a new firmware version and upload the firmware on bytebeam as per the instructions mentioned in the docid\ rspbeteys4f9tw3fepvfa once, new firmware version is created, trigger ota update as per the instructions mentioned in the docid\ adgo fn2yj0q5lptibrqo progress of the firmware update can be monitored on bytebeam platform using action status


