This commit is contained in:
rusefi 2020-05-16 12:20:30 -04:00
parent 312fc102e2
commit 37b3cdc94a
1 changed files with 3 additions and 0 deletions

View File

@ -206,6 +206,9 @@ public class BinaryProtocol implements BinaryProtocolCommands {
}
}
/**
* read complete tune from physical data stream
*/
public void readImage(int size) {
ConfigurationImage image = new ConfigurationImage(size);