diff -r 48f29a1d43d6 -r e19b4147caa9 src/hp34comm.cpp --- a/src/hp34comm.cpp Mon Oct 04 21:15:35 2021 +0200 +++ b/src/hp34comm.cpp Thu Oct 07 21:05:13 2021 +0200 @@ -91,7 +91,7 @@ } } //else // prevent from flooding the main unit - ThisThread::sleep_for(5ms); + ThisThread::sleep_for(1ms); } }