EloquentEsp32cam
EloquentEsp32cam copied to clipboard
How to use properly Eloquent::Esp32cam::Viz::FileBrowser
is there anywhere example on how to use filebrowser with files from sd card? Thanks!
browser.fs(sdmmc); while (!browser.begin().isOk()) Serial.println(browser.exception.toString()); Serial.println(browser.address());
seems these do a good start of server.
If there's not an example sketch on how to use it, it means that it was deprecated. Just use other examples from Google, they work fine.