The firmware guarantees that saving config and callbrated values happens in a way that does not have impact on the valures read.
In the I2C library, the mode self.MODE_SAVING is used for indicating that saving takes place. This can be removed from the code, as saving calibration is already safe.
The firmware guarantees that saving config and callbrated values happens in a way that does not have impact on the valures read.
In the I2C library, the mode self.MODE_SAVING is used for indicating that saving takes place. This can be removed from the code, as saving calibration is already safe.