Fix report formatting

1.2-legacy
Sacha Weatherstone 2021-02-13 19:51:31 +11:00
rodzic b239b4dc57
commit 875eeb699c
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -934,8 +934,7 @@ void handleReport(HTTPRequest *req, HTTPResponse *res)
res->println("\"radio\": {");
res->printf("\"frequecy\": %f,\n", RadioLibInterface::instance->getFreq());
res->printf("\"lora_channel\": %d\n", RadioLibInterface::instance->getChannelNum());
res->println("},");
res->println("}");
res->println("},");