Fake version for shimlib.

This commit is contained in:
Krad
2022-04-01 15:24:57 +08:00
parent 96e848750c
commit 27832c6d76

View File

@@ -112,7 +112,7 @@ const char* GetDeviceInfo(DeviceInfo infoType) {
case MEAN_TEMPERATURE: case MEAN_TEMPERATURE:
return "28"; return "28";
case VERSION: case VERSION:
return "v6.6.06"; return "6.6.06";
} }
return ""; return "";
} }