mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-10 09:05:50 +00:00
prevent stack overflow by saving always in main loop; fix PWM for BL602; fix GPIO indices
This commit is contained in:
@ -763,7 +763,7 @@ static int http_rest_post_pins(http_request_t *request){
|
||||
}
|
||||
}
|
||||
if (iChanged){
|
||||
CFG_Save_IfThereArePendingChanges();
|
||||
CFG_Save_SetupTimer();
|
||||
ADDLOG_DEBUG(LOG_FEATURE_API, "Changed %d - saved to flash", iChanged);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user