reorganize, allow setting start value from web panel part 1

This commit is contained in:
openshwprojects
2022-06-07 19:12:28 +02:00
parent 19292e7b26
commit b44147bee2
8 changed files with 120 additions and 18 deletions

View File

@ -30,3 +30,4 @@ int http_fn_other(http_request_t *request);
int http_fn_cm(http_request_t *request);
int http_fn_startup_command(http_request_t *request);
int http_fn_cfg_generic(http_request_t *request);
int http_fn_cfg_startup(http_request_t *request);