mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-20 14:18:02 +00:00
Support for ERT SCM+ meter protocol
This commit is contained in:
@@ -41,6 +41,7 @@ std::string type(Packet::Type value) {
|
||||
case Packet::Type::Unknown: return "??? ";
|
||||
case Packet::Type::IDM: return "IDM ";
|
||||
case Packet::Type::SCM: return "SCM ";
|
||||
case Packet::Type::SCMPLUS: return "SCM+";
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user