kopia lustrzana https://github.com/projecthorus/wenet
Remove greyworld from shssp2023, always show cal details
rodzic
dec481eefe
commit
a1b284a74c
|
@ -130,7 +130,7 @@
|
|||
// }
|
||||
|
||||
if(msg.sys_cal==3){
|
||||
var sys_cal = "OK";
|
||||
var sys_cal = "Cal (S" + msg.sys_cal.toFixed(0) + " G" + msg.gyro_cal.toFixed(0) + " A" + msg.accel_cal.toFixed(0) + " M" + msg.magnet_cal.toFixed(0) + ")";
|
||||
} else {
|
||||
var sys_cal = "Uncal (S" + msg.sys_cal.toFixed(0) + " G" + msg.gyro_cal.toFixed(0) + " A" + msg.accel_cal.toFixed(0) + " M" + msg.magnet_cal.toFixed(0) + ")";
|
||||
}
|
||||
|
|
|
@ -234,7 +234,8 @@ while True:
|
|||
debug_ptr=tx.transmit_text_message,
|
||||
vertical_flip=True,
|
||||
horizontal_flip=True,
|
||||
greyworld=True)
|
||||
#greyworld=True
|
||||
)
|
||||
|
||||
# If this succeeded, break out of this loop.
|
||||
break
|
||||
|
|
Ładowanie…
Reference in New Issue