Nikhil Mishra

Results 2 issues of Nikhil Mishra

![image](https://user-images.githubusercontent.com/12347532/131387124-a32e5de5-7ca8-4122-bd4c-911c38e988fb.png) Trying for Mi Robot Vacuum - i2 server with same results for V 1.02 and V 1.03 Windows App Please help :)

The HX711 - [timeout example](https://github.com/hiveeyes/HX711/blob/0.7.0/examples/HX711_timeout_example/HX711_timeout_example.ino) sketch doesn't work. It's supposed to return "0" when the loadcell is disconnected. I still get garbage values. ![image](https://user-images.githubusercontent.com/12347532/62036182-f028c200-b20e-11e9-8633-d2a62f4497cd.png) A temp fix. ``` if (scale.wait_ready_timeout(1000)...