Interstitial Firmware Releases

Here is 0.64.4 which makes the communication protocol between the calibration process more robust.

The way it used to work was that after the calibration process is complete the machine would send the measurements to the computer to be computed and wait for the results.

The problem with that is that if there is an issue with the communication (computer has gone to sleep, browser window closed…etc) the computation would never happen.

Now the way it works is that the machine asks for confirmation from the computer that it has received the measurements. If it doesn’t get confirmation it will keep trying to send the data until it does. This means that if the browser is closed or the computer falls asleep etc the computation will happen when the connection is re-established.

maslow.yaml (2.0 KB)
index.html.gz (153.7 KB)
firmware.bin (1.6 MB)

1 Like