Merge pull request #8515 from RetiredWizard/workflow

web_workflow: adjust indent and move #endif
This commit is contained in:
Scott Shawcroft 2023-10-24 15:11:35 -07:00 committed by GitHub
commit e3873c16d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -368,10 +368,10 @@ bool supervisor_start_web_workflow(bool reload) {
}
// Wake polling thread (maybe)
socketpool_socket_poll_resume();
return true;
}
#endif
return true;
}
return false;
return false;
}
void web_workflow_send_raw(socketpool_socket_obj_t *socket, const uint8_t *buf, int len) {