This repository has been archived on 2024-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
esp-firewall/SourceCode/esp-idf/include/common/theNVS.h
2022-04-10 13:26:52 +02:00

9 lines
104 B
C

#ifndef NVS_H
#define NVS_H
#include "nvs_flash.h"
#include "esp_log.h"
void setup_nvs(void);
#endif