azimuth: string -> int 계산식

This commit is contained in:
ysCha 2026-01-07 17:49:37 +09:00
parent 5ac023d72d
commit 47de1ef61d

View File

@ -830,7 +830,7 @@ export const useTrestle = () => {
return -surfaceCompass
}
let resultAzimuth = moduleCompass
let resultAzimuth = parseInt(moduleCompass, 10)
switch (direction) {
case 'south': {