Fix changes to other examples

This commit is contained in:
samuelbles07
2025-01-24 18:17:41 +07:00
parent a28931493a
commit 4bb97fc8be
9 changed files with 18 additions and 15 deletions

View File

@ -53,7 +53,7 @@ void LocalServer::_GET_metrics(void) {
}
void LocalServer::_GET_measure(void) {
String toSend = measure.toString(true, fwMode, wifiConnector.RSSI(), *ag, config);
String toSend = measure.toString(true, fwMode, wifiConnector.RSSI());
server.send(200, "application/json", toSend);
}