Guide on enabling Over the air updates in Rust ESP-IDF
let bytebeam_client = ByteBeamClient::init()?; // This will register the ota handler for "update_firmware" action bytebeam_client.enable_ota();