Minor changes
parent
95b02bdef2
commit
1744bce5b6
|
|
@ -481,13 +481,9 @@ function decreaseAlarm(idx){
|
|||
|
||||
function handleAsyncData(){
|
||||
try{
|
||||
|
||||
if (settings.menuPosX == 1){
|
||||
Bangle.getPressure().then(data=>{
|
||||
pressureData = data
|
||||
});
|
||||
}
|
||||
|
||||
Bangle.getPressure().then(data=>{
|
||||
pressureData = data
|
||||
});
|
||||
}catch(ex){ }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue