RTTY troubleshooting.

This commit is contained in:
stephb9959
2022-05-10 10:53:57 -07:00
parent 8508396ae6
commit 24d2de568f

View File

@@ -37,6 +37,7 @@ namespace OpenWifi {
return NotFound();
}
Poco::Thread::current()->setName(fmt::format("{}: {}",SerialNumber_,Command_));
if (Command_ == RESTAPI::Protocol::CAPABILITIES){
return GetCapabilities();
} else if (Command_ == RESTAPI::Protocol::LOGS) {