w800 config and mqtt works

This commit is contained in:
openshwprojects
2022-07-11 14:22:53 +02:00
parent 6d666b4ecc
commit 82424db897
6 changed files with 114 additions and 23 deletions

View File

@ -35,7 +35,7 @@ void HTTPServer_Start()
(beken_thread_arg_t)0 );
if(err != kNoErr)
{
ADDLOG_ERROR(LOG_FEATURE_HTTP, "create \"TCP_server\" thread failed!\r\n");
ADDLOG_ERROR(LOG_FEATURE_HTTP, "create \"TCP_server\" thread failed with %i!\r\n",err);
}
}