OBK_DISABLE_ALL_DRIVERS

This commit is contained in:
openshwprojects
2022-06-12 08:46:28 +02:00
parent c0db5d3c53
commit 50cb258b78

View File

@ -1479,7 +1479,9 @@ int http_fn_cfg_dgr(http_request_t *request) {
CFG_DeviceGroups_SetRecvFlags(newRecvFlags);
if(tmpA[0] != 0) {
#ifndef OBK_DISABLE_ALL_DRIVERS
DRV_StartDriver("DGR");
#endif
}
CFG_Save_IfThereArePendingChanges();
}