correction

This commit is contained in:
Peter D. Gray 2024-02-28 11:17:36 -05:00
parent 4f147b7bbc
commit 7af08a4b48
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

@ -93,7 +93,7 @@ def get_608_rev():
return 'A'
if config[7] == 0x3:
return 'B'
if config[7] == 0x4:
if config[7] == 0x5:
return 'C'
return '?'