0
0
Fork 0
wireless-proxy-esp32/project_components/wt_storage/wt_storage.h

9 lines
170 B
C

#ifndef WT_STORAGE_H_GUARD
#define WT_STORAGE_H_GUARD
/**
* @brief Init all storage, including ESP-NVS, SDIO...
*/
void wt_storage_init();
#endif //WT_STORAGE_H_GUARD