Access to the "/data" partition via USB Mass Storage (#405)
This commit is contained in:
@@ -3,11 +3,13 @@
|
||||
#ifdef ESP_PLATFORM
|
||||
|
||||
#include "esp_err.h"
|
||||
#include "esp_vfs_fat.h"
|
||||
|
||||
namespace tt {
|
||||
|
||||
esp_err_t initPartitionsEsp();
|
||||
wl_handle_t getDataPartitionWlHandle();
|
||||
|
||||
} // namespace
|
||||
|
||||
#endif // ESP_PLATFORM
|
||||
#endif // ESP_PLATFORM
|
||||
|
||||
@@ -2,4 +2,6 @@
|
||||
|
||||
bool tusbIsSupported();
|
||||
bool tusbStartMassStorageWithSdmmc();
|
||||
bool tusbStartMassStorageWithFlash();
|
||||
void tusbStop();
|
||||
bool tusbCanStartMassStorageWithFlash();
|
||||
Reference in New Issue
Block a user