some PICloud and PIEthernet fixes

This commit is contained in:
Бычков Андрей
2022-11-09 17:04:13 +03:00
parent d3dd3fb32b
commit 8738043dce
6 changed files with 20 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ DispatcherServer::~DispatcherServer() {
void DispatcherServer::start() {
eth.listen(true);
timeout_timer.start(5000);
timeout_timer.start(2000);
piCoutObj << "server started" << eth.readAddress();
}