mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 22:52:19 +03:00
SoftwareSerial
This commit is contained in:
@@ -54,7 +54,7 @@ void UDP_init() {
|
||||
nullptr, false);
|
||||
}
|
||||
|
||||
void handleUdp() {
|
||||
void loopUdp() {
|
||||
#ifdef ESP8266
|
||||
if (jsonReadStr(configSetupJson, "udponoff") == "1") {
|
||||
if (WiFi.status() == WL_CONNECTED) {
|
||||
|
||||
Reference in New Issue
Block a user