RE TS plugin to have continues tune auto-upload feature fix #1605

This commit is contained in:
rusefi 2020-07-16 22:19:10 -04:00
parent ad93a161b2
commit 51af1c00db
1 changed files with 4 additions and 0 deletions

View File

@ -102,4 +102,8 @@ public class Msq {
public UserComments getUserComments() { public UserComments getUserComments() {
return new UserComments(); return new UserComments();
} }
public VersionInfo getVersionInfo() {
return versionInfo;
}
} }