brickbots / PiFinder

A plate solving telescope finder based around a Raspberry PI and RPI HQ Camera
GNU General Public License v3.0
145 stars 28 forks source link

2 - Add advanced view in the web UI for development #121

Closed mrosseel closed 7 months ago

mrosseel commented 7 months ago

this is a quick fix to expose the gps-lock and time-lock endpoints via the UI. This is helpful for debugging when no GPS lock is present (both on desktop and in-house pifinder which can't find a lock)

Note: The good solution is to add a little pencil next to the gps lock entry on the index, leading to a /gps page where you can enter lat/lon and time. Time could be gotten from the browser, lat/lon maybe also

brickbots commented 7 months ago

Works nice as a temp fix. As you commented, the right way is to add an edit icon on the first page and pull the time/location from the phone/computer. It's on my todo list, but just a ways down. This is nice to have in the meantime 👍