Added function for wifi security

This commit is contained in:
CommanderRedYT
2022-02-26 14:58:41 +01:00
parent f98147295b
commit a496c3ab49
5 changed files with 23 additions and 2 deletions

View File

@@ -77,3 +77,5 @@ inline CRGB UINT32_TO_CRGB(uint32_t color)
return crgb;
}
std::string get_wifi_security_string(wifi_auth_mode_t authMode);