We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a6941e + 5dfe92b commit e3873c1Copy full SHA for e3873c1
supervisor/shared/web_workflow/web_workflow.c
@@ -368,10 +368,10 @@ bool supervisor_start_web_workflow(bool reload) {
368
}
369
// Wake polling thread (maybe)
370
socketpool_socket_poll_resume();
371
+ return true;
372
+ }
373
#endif
- return true;
-}
374
-return false;
+ return false;
375
376
377
void web_workflow_send_raw(socketpool_socket_obj_t *socket, const uint8_t *buf, int len) {
0 commit comments