Revert "magnav"

This reverts commit 742bcdddab.
pull/2581/head
Erik Andresen 2023-02-28 09:28:55 +01:00
parent 27e8080cef
commit 0677f027d0
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ exports.calibrate = () => {
}
exports.tiltfix = (m,g,O,S) => {
"ram"
if (O & S) {
m.dx =(m.x-O.x)*S.x; m.dy=(m.y-O.y)*S.y; m.dz=(m.z-O.z)*S.z;
}