Merge pull request #687 from sachaw/master

Fix report formatting
This commit is contained in:
Jm Casler
2021-02-13 14:02:12 -08:00
committed by GitHub
co-authored by GitHub
+1 -2
View File
@@ -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("},");