dev #556

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

View File

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