only:doc
This commit is contained in:
parent
6a7100b01e
commit
e8d8620605
|
@ -6,6 +6,8 @@ import org.jetbrains.annotations.NotNull;
|
|||
import java.nio.ByteBuffer;
|
||||
|
||||
/**
|
||||
* inside C/C++ that's config/engineConfiguration
|
||||
*
|
||||
* Andrey Belomutskiy, (c) 2013-2020
|
||||
* 3/6/2015
|
||||
*/
|
||||
|
|
|
@ -280,6 +280,9 @@ public class BinaryProtocol {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* this method patches configuration inside ECU by writing only regions with different content
|
||||
*/
|
||||
public void uploadChanges(ConfigurationImage newVersion) {
|
||||
ConfigurationImage current = getControllerConfiguration();
|
||||
// let's have our own copy which no one would be able to change
|
||||
|
|
Loading…
Reference in New Issue