added object id in printouts of rtds

This commit is contained in:
2021-10-19 16:13:56 +02:00
parent 65b0376f69
commit 811fe96557
2 changed files with 405 additions and 399 deletions

View File

@ -37,7 +37,7 @@ public:
// 1. 1 for V_BIAS enabled, 0 for disabled
// 2. 1 for Auto-conversion, 0 for off
// 3. 1 for 1-shot enabled, 0 for disabled (self-clearing bit)
// 4. 1 for 3-wire disabled, 0 for disabled
// 4. 1 for 3-wire enabled, 0 for disabled (two and four wired RTD)
// 5./6. Fault detection: 00 for no action, 01 for automatic delay, 1
// 0 for run fault detection with manual delay,
// 11 for finish fault detection with manual delay
@ -99,7 +99,7 @@ private:
REQUEST_FAULT_BYTE
};
InternalState internalState = InternalState::CONFIGURE;
InternalState internalState = InternalState::NONE;
bool commandExecuted = false;
dur_millis_t startTime = 0;