mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-08 06:32:35 -04:00
Support for ERT SCM+ meter protocol
This commit is contained in:
parent
b72c765911
commit
697876d86a
1 changed files with 4 additions and 3 deletions
|
@ -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+";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue