Support for CurWa CW1S firmware updater.

This commit is contained in:
bubnikv
2021-06-30 15:19:47 +02:00
committed by Vojtech Bubnik
parent 75224e1b3e
commit ea4155423b
3 changed files with 11 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ static HexFile::DeviceKind parse_device_kind(const std::string &str)
else if (str == "mk3") { return HexFile::DEV_MK3; }
else if (str == "mm-control") { return HexFile::DEV_MM_CONTROL; }
else if (str == "cw1") { return HexFile::DEV_CW1; }
else if (str == "cw1s") { return HexFile::DEV_CW1S; }
else { return HexFile::DEV_GENERIC; }
}