Changes after testing

This commit is contained in:
Gunnar Skjold
2023-01-17 17:48:42 +01:00
parent 3bc6c75c5a
commit 222a4f13e2
3 changed files with 1 additions and 4 deletions

View File

@@ -12,7 +12,6 @@ enum AmsType {
AmsTypeIskra = 0x08,
AmsTypeLandisGyr = 0x09,
AmsTypeSagemcom = 0x0A,
AmsTypeLng = 0x0B,
AmsTypeCustom = 0x88,
AmsTypeUnknown = 0xFF
};