## Simple wifi connection This component is here to save 50 lines of code to initiate wifi. ### Usage Just call ``wifi_manager_init(const char*ssid, const char* password);`` in your main function. Make sure to add #include "simple_wifi.h" in the preprocessor declarations.
72d9137c690be5a2b06483ea0e8e417fc5c9ac05
idf.py add-dependency "ucflumm/simple_wifi^1.0.0"