eloquentarduino / EloquentEsp32cam

Use your Esp32-cam like an expert
GNU General Public License v3.0
85 stars 16 forks source link

How to use properly Eloquent::Esp32cam::Viz::FileBrowser #26

Closed medamarko closed 2 weeks ago

medamarko commented 2 months ago

is there anywhere example on how to use filebrowser with files from sd card? Thanks!

medamarko commented 2 months ago

browser.fs(sdmmc); while (!browser.begin().isOk()) Serial.println(browser.exception.toString()); Serial.println(browser.address());

seems these do a good start of server.

eloquentarduino commented 2 weeks ago

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.