mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-09-11 01:26:54 +00:00
@@ -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