Failure in Wifi Config when using base coordinates saved in SD in GGG MM SS.ssss format
amlago opened this issue · 9 comments
Failure in Wifi Config when using base coordinates saved in SD in GGG MM SS.ssss format
When trying to add coordinates previously saved in the base coordinates file in GGG MM SS.sssss format, they are copied to the boxes incorrectly.
The Facet detects the spaces between GGG and MM and SS.ssss and copies the degrees in latitude, the minutes in longitude and thus fills in boxes.
I am on version 3.8, which is the one that works best for me in my activity, where I almost always use the base Facet.
Hi Angel (@amlago ),
Thank you for reporting this issue.
The root cause of this is loadGeodetic in main.js ( link ). It uses split to split the station coordinates into parts. The problem is that this was written for the DD.ddddd format, and fails badly with the DD MM SS.sss format. The extra spaces cause the latitude MM to be treated as longitude.
I will work on a fix for this.
Best wishes,
Paul
This has been corrected - in commit 1675bb4
There will be a RC binary available for test in 1-2 days
Also related:
DD-MM-SS.ssss was being mistaken as DD-MM-SS by coordinateIdentifyInputType. This led to rounding errors after the base coordinates had been saved / entered.
Resolved in commit 3cf5141
excellent. I'm waiting for the RC and I'll try it.
Greetings
Hi Angel (@amlago ),
Please try the latest Release Candidate firmware:
Please let us know if this resolves your issue.
Very best wishes,
Paul
I will try it and make the corresponding comments.
My greetings
Angel
Entering coordinates in other formats seems to work fine. I will inform you of any details if necessary.
Thank you