Search found 1 match

by paranormal-prog
Mon Sep 09, 2024 1:43 pm
Forum: General Discussion
Topic: Anyone got esp_msc_ota example to work
Replies: 3
Views: 1036

Re: Anyone got esp_msc_ota example to work

Which module are you using and are everything setup for OTA? which file system format does your USB use? With the error here: [Codebox] err = msc_host_vfs_register(msc_device, msc_host->base_path, &msc_host->mount_config, &vfs_handle); MSC_OTA_CHECK_GOTO(err == ESP_OK, "Failed to register VFS", host...