RAD-Gigalog: Fix serial number prefix
parent
eda4a30dcd
commit
5c18bedf70
|
|
@ -12,7 +12,7 @@ namespace icsneo {
|
|||
class RADGigalog : public Device {
|
||||
public:
|
||||
static constexpr DeviceType::Enum DEVICE_TYPE = DeviceType::RADGigalog;
|
||||
static constexpr const char* SERIAL_START = "RG";
|
||||
static constexpr const char* SERIAL_START = "GL";
|
||||
|
||||
protected:
|
||||
RADGigalog(neodevice_t neodevice) : Device(neodevice) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue