some fixes
This commit is contained in:
@ -173,7 +173,7 @@ void MeterBusMaster::prepareResponse(bool err, uint8_t in) {
|
||||
static int16_t expectedChars = -1;
|
||||
static uint8_t state = 0;
|
||||
|
||||
//Serial << "r1" << endl;
|
||||
//Serial << "r0" << endl;
|
||||
if (err) {
|
||||
//Serial << "r1" << endl;
|
||||
if (m_responseCallback != 0) {
|
||||
|
Reference in New Issue
Block a user