bl602 flash vars save pins, save pins on configure change

This commit is contained in:
openshwprojects
2022-06-08 14:09:10 +02:00
parent 2dbe4836d5
commit 69e2ac21c4
4 changed files with 32 additions and 14 deletions

View File

@ -1401,7 +1401,8 @@ int http_fn_cfg_startup(http_request_t *request) {
CFG_SetChannelStartupValue(channelIndex,newValue);
// also save current value if marked as saved
Channel_SaveInFlashIfNeeded(channelIndex);
hprintf128(request,"<h5>Setting channel %i start value to %i<h5>",channelIndex,newValue);
}