improved UI for jsonapi and webui pages

This commit is contained in:
csoler 2019-11-13 21:35:57 +01:00
parent 9007d266a8
commit 1b8f137dee
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
5 changed files with 33 additions and 21 deletions

View file

@ -141,6 +141,7 @@ void JsonApiServer::start(uint16_t port, const std::string& bindAddress, const s
mBindAddress = bindAddress;
mNewAccessRequestCallback = callback;
std::cerr << "(II) Srtating Json API on port " << port << ", address " << bindAddress << std::endl;
RsThread::start("JsonApiServer");
}