Dropped RLM again from HTTP API

pull/3554/head
ezcGman 2023-12-06 21:42:17 +01:00
rodzic d00df785a5
commit 5b70ca81a7
1 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -1037,10 +1037,6 @@ bool handleSet(AsyncWebServerRequest *request, const String& req, bool apply)
pos = req.indexOf(F("RD="));
if (pos > 0) receiveDirect = (req.charAt(pos+3) != '0');
// Respect LED maps when receiving realtime data
pos = req.indexOf(F("RLM="));
if (pos > 0) realtimeRespectLedMaps = (req.charAt(pos+4) != '0');
//main toggle on/off (parse before nightlight, #1214)
pos = req.indexOf(F("&T="));
if (pos > 0) {