mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 18:40:05 +00:00
Updating test product messages to expose additional details
This commit is contained in:
parent
3692ef75f2
commit
612874f830
7 changed files with 80 additions and 2 deletions
|
|
@ -12,6 +12,8 @@ namespace Characters
|
|||
|
||||
constexpr char DEGREE = static_cast<char>(0xb0);
|
||||
constexpr char ETX = static_cast<char>(0x03);
|
||||
constexpr char NUL = static_cast<char>(0x00);
|
||||
constexpr char SOH = static_cast<char>(0x01);
|
||||
|
||||
} // namespace Characters
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue