From 502546fcfc5dcaa7cc632d5c982da70e071f69a4 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Thu, 28 Jan 2021 06:07:51 +0100 Subject: [PATCH] fsparser: add missing GW1N-4(ES) idcode --- src/fsparser.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fsparser.cpp b/src/fsparser.cpp index d25ee60..c2ad627 100644 --- a/src/fsparser.cpp +++ b/src/fsparser.cpp @@ -143,6 +143,7 @@ int FsParser::parse() case 0x1100181b: /* GW1N-2B */ case 0x0300081b: /* GW1NS-2 */ case 0x0300181b: /* GW1NSx-2C */ + case 0x0100381b: /* GW1N-4(ES)*/ case 0x1100381b: /* GW1N-4B */ nb_line = 494; addr_length = 2296;