|
|
|
|
@ -76,7 +76,7 @@ void updateDisplay() {
|
|
|
|
|
newThermoData = 0;
|
|
|
|
|
|
|
|
|
|
char str[34];
|
|
|
|
|
snprintf(str, 34, "%3d.%02d\x03||%3d.%02d\x03\n%3d.%02d\x03||%3d.%02d\x03", thermoData[0]/100, thermoData[0]%100,
|
|
|
|
|
snprintf(str, 34, "%3d.%02d\x03 %3d.%02d\x03\n%3d.%02d\x03 %3d.%02d\x03", thermoData[0]/100, thermoData[0]%100,
|
|
|
|
|
thermoData[1]/100, thermoData[1]%100,
|
|
|
|
|
thermoData[2]/100, thermoData[2]%100,
|
|
|
|
|
thermoData[3]/100, thermoData[3]%100
|
|
|
|
|
|