prevent stack overflow by saving always in main loop; fix PWM for BL602; fix GPIO indices

This commit is contained in:
openshwprojects
2022-04-17 11:41:02 +02:00
parent 0ec2c400ef
commit ec1458aea1
9 changed files with 151 additions and 93 deletions

View File

@ -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);
}