backdrop enhanced info delay, check enhanced info request result, formatting

This commit is contained in:
John
2021-09-12 19:46:06 +02:00
parent 2678d95053
commit e5b5df79c2
2 changed files with 46 additions and 13 deletions
+9
View File
@@ -306,6 +306,15 @@ class Device {
/** the info buffer. */
symbol_t m_infoBuf[16];
/** a string describing the enhanced device temperature. */
string m_enhInfoTemperature;
/** a string describing the enhanced device supply voltage. */
string m_enhInfoSupplyVoltage;
/** a string describing the enhanced device bus voltage. */
string m_enhInfoBusVoltage;
};