mirror of
https://github.com/meshtastic/firmware.git
synced 2025-05-01 19:46:42 +00:00
commit
aa7fb86798
@ -934,8 +934,7 @@ void handleReport(HTTPRequest *req, HTTPResponse *res)
|
|||||||
res->println("\"radio\": {");
|
res->println("\"radio\": {");
|
||||||
res->printf("\"frequecy\": %f,\n", RadioLibInterface::instance->getFreq());
|
res->printf("\"frequecy\": %f,\n", RadioLibInterface::instance->getFreq());
|
||||||
res->printf("\"lora_channel\": %d\n", RadioLibInterface::instance->getChannelNum());
|
res->printf("\"lora_channel\": %d\n", RadioLibInterface::instance->getChannelNum());
|
||||||
res->println("},");
|
res->println("}");
|
||||||
|
|
||||||
|
|
||||||
res->println("},");
|
res->println("},");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user