1
0
forked from me/IronOS

Merge pull request #541 from Ralim/v2.07

Update make_translation.py
This commit is contained in:
Ben V. Brown
2019-12-31 23:10:28 +11:00
committed by GitHub

View File

@@ -94,7 +94,7 @@ def getConstants():
consants.append(('SymbolVolts', 'V')) consants.append(('SymbolVolts', 'V'))
consants.append(('SymbolDC', 'DC')) consants.append(('SymbolDC', 'DC'))
consants.append(('SymbolCellCount', 'S')) consants.append(('SymbolCellCount', 'S'))
consants.append(('SymbolVersionNumber', 'V2.06')) consants.append(('SymbolVersionNumber', 'V2.07'))
return consants return consants