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
commit aa7fb86798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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("},");