Code: Select all
std::mutex silly_mutex;
{ std::lock_guard<std::mutex> lock{ silly_mutex }; }
esp_wifi_connect();
{ std::lock_guard<std::mutex> lock{ silly_mutex }; }
Anyone have and ideas on how to fix?
Code: Select all
std::mutex silly_mutex;
{ std::lock_guard<std::mutex> lock{ silly_mutex }; }
esp_wifi_connect();
{ std::lock_guard<std::mutex> lock{ silly_mutex }; }
Users browsing this forum: No registered users and 32 guests