This is an issue I just found and fixed on the EspruinoHub Raspberry Pi software - when sending large chunks of data (like the Ruuvitag libraries) it could send the data in the wrong order. All you need to do is update...
Connect to the Raspberry Pi via SSH (or however you installed EspruinoHub in the first place).
Type:
cd EspruinoHub
git pull
sudo systemctl restart EspruinoHub.service
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
This is an issue I just found and fixed on the EspruinoHub Raspberry Pi software - when sending large chunks of data (like the Ruuvitag libraries) it could send the data in the wrong order. All you need to do is update...
Connect to the Raspberry Pi via SSH (or however you installed EspruinoHub in the first place).
Type:
And you're sorted!