- twi line locked down and never pullup again when slave too slow in respond
- solve by increase setting clock strech limit
Wire.begin(D2, D1);
auto ms = 7;
// default is 230us
Wire.setClockStretchLimit(ms * 1000); // us
Wire.begin(D2, D1);
auto ms = 7;
// default is 230us
Wire.setClockStretchLimit(ms * 1000); // us