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

8 lines
88 B
C

#include "wt_nvs.h"
#include "wt_storage.h"
void wt_storage_init()
{
wt_nvs_init();
}