Updating test product messages to expose additional details

This commit is contained in:
Dan Paulat 2022-10-16 12:49:29 -05:00
parent 3692ef75f2
commit 612874f830
7 changed files with 80 additions and 2 deletions

View file

@ -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