mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-04-01 04:49:13 +03:00
используем везде isNetworkActive()
This commit is contained in:
@@ -10,7 +10,7 @@ public:
|
||||
|
||||
void sendHttpPOST(String url, String msg)
|
||||
{
|
||||
if (WiFi.status() == WL_CONNECTED)
|
||||
if (isNetworkActive())
|
||||
{
|
||||
|
||||
WiFiClient client;
|
||||
|
||||
Reference in New Issue
Block a user