Added support for wifi_auth_mode_t
This commit is contained in:
@ -7,11 +7,15 @@
|
||||
|
||||
// esp-idf includes
|
||||
#include <nvs.h>
|
||||
#include <esp_wifi_types.h>
|
||||
|
||||
// local includes
|
||||
#include "configutils_base.h"
|
||||
#include "configutils_priv_enum.h"
|
||||
#include "espwifiutils.h"
|
||||
|
||||
IMPLEMENT_NVS_GET_SET_ENUM(wifi_auth_mode_t)
|
||||
|
||||
namespace espconfig {
|
||||
|
||||
inline esp_err_t nvs_get(nvs_handle handle, const char* key, wifi_stack::mac_t* out_value)
|
||||
|
@ -2,6 +2,7 @@
|
||||
#define CONFIGWRAPPER_TOSTRING_USINGS using ::wifi_stack::toString;
|
||||
#include "configwrapper_priv.h"
|
||||
|
||||
INSTANTIATE_CONFIGWRAPPER_TEMPLATES(wifi_auth_mode_t)
|
||||
INSTANTIATE_CONFIGWRAPPER_TEMPLATES(wifi_stack::mac_t)
|
||||
INSTANTIATE_CONFIGWRAPPER_TEMPLATES(std::optional<wifi_stack::mac_t>)
|
||||
INSTANTIATE_CONFIGWRAPPER_TEMPLATES(wifi_stack::ip_address_t)
|
||||
|
Reference in New Issue
Block a user