mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-25 06:27:16 +02:00
Other related class use new AgValue structure
This commit is contained in:
@ -64,7 +64,7 @@ void LocalServer::_GET_metrics(void) {
|
||||
}
|
||||
|
||||
void LocalServer::_GET_measure(void) {
|
||||
String toSend = measure.toStringX(true, fwMode, wifiConnector.RSSI(), *ag, config);
|
||||
String toSend = measure.toString(true, fwMode, wifiConnector.RSSI(), *ag, config);
|
||||
server.send(200, "application/json", toSend);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user