mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-15 05:47:38 +00:00
Support for ERT SCM+ meter protocol
This commit is contained in:
@@ -38,9 +38,10 @@ namespace format {
|
|||||||
std::string type(Packet::Type value) {
|
std::string type(Packet::Type value) {
|
||||||
switch(value) {
|
switch(value) {
|
||||||
default:
|
default:
|
||||||
case Packet::Type::Unknown: return "???";
|
case Packet::Type::Unknown: return "??? ";
|
||||||
case Packet::Type::IDM: return "IDM";
|
case Packet::Type::IDM: return "IDM ";
|
||||||
case Packet::Type::SCM: return "SCM";
|
case Packet::Type::SCM: return "SCM ";
|
||||||
|
case Packet::Type::SCMPLUS: return "SCM+";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user