feat(src): added S200B device support

This commit is contained in:
Osenberg
2019-08-07 18:42:37 +08:00
parent acabe04a92
commit 37b98e0d33
25 changed files with 289 additions and 52 deletions

View File

@@ -44,6 +44,8 @@ enum class Model : std::uint8_t {
STANDARD2,
/** Standard 210a */
STANDARD210A,
/** Standard 200b */
STANDARD200B,
/** Last guard */
LAST
};
@@ -273,6 +275,9 @@ enum class Option : std::uint8_t {
/** Erase chip */
ERASE_CHIP,
/** Sync timestamp */
SYNC_TIMESTAMP,
/** Last guard */
LAST
};