1
0
Fork 0

fixed synatx error

master
L. Christopher Bird 2021-07-22 10:45:24 -07:00
parent 53a138f116
commit 0d6524ff2e
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ function drawTemperature() {
Bangle.getPressure().then(onTemperature);
} else {
onTemperature({
temperature : E.getTemperature() * (9/5) + 32,
temperature : E.getTemperature() * (9/5) + 32
});
}
}