mirror of https://github.com/rusefi/wideband.git
tunerstudio: restore settings write command (#148)
Co-authored-by: Andrey Gusakov <dron0gus@gmail.com>
This commit is contained in:
parent
714efa02ca
commit
3349361f6b
|
@ -235,6 +235,9 @@ void TunerStudio::handleWriteChunkCommand(TsChannelBase* tsChannel, ts_response_
|
|||
return;
|
||||
}
|
||||
|
||||
uint8_t * addr = (uint8_t *) (getWorkingPageAddr() + offset);
|
||||
memcpy(addr, content, count);
|
||||
|
||||
sendOkResponse(tsChannel, mode);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue