mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
parent
cbfe019906
commit
85ccdda569
@ -181,7 +181,7 @@ void MPU_6050Show(bool json)
|
|||||||
{
|
{
|
||||||
MPU_6050PerformReading();
|
MPU_6050PerformReading();
|
||||||
|
|
||||||
double tempConv = (MPU_6050_temperature / 340.0 + 35.53);
|
float tempConv = ConvertTemp(MPU_6050_temperature / 340.0 + 35.53);
|
||||||
char temperature[33];
|
char temperature[33];
|
||||||
dtostrfd(tempConv, Settings.flag2.temperature_resolution, temperature);
|
dtostrfd(tempConv, Settings.flag2.temperature_resolution, temperature);
|
||||||
char axis_ax[33];
|
char axis_ax[33];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user