17#if (defined ESP32 || defined ROO_TESTING)
27#if (defined ESP32 || defined ROO_TESTING)
34 MediaPresence checkMediaPresence()
override;
42 MountImpl::MountResult mountImpl(std::function<
void()>
unmount_fn)
override;
44 void unmountImpl()
override;
56 MediaPresence checkMediaPresence()
override;
60 bool readOnly()
const {
return read_only_; }
68 MountImpl::MountResult mountImpl(std::function<
void()>
unmount_fn)
override;
70 void unmountImpl()
override;
75#if defined (ARDUINO_ARCH_RP2040)
roo::basic_string_view< CharT, Traits > basic_string_view