dev #557

Merged
ysCha merged 10 commits from dev into prd-deploy 2026-01-07 17:53:52 +09:00
Showing only changes of commit 47de1ef61d - Show all commits

View File

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