Skip to content

Commit

Permalink
Fix lat/long for v310.
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgee authored Nov 9, 2023
1 parent 57ff0a9 commit 70741b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/mounts/ioptron/v310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ cmd_pre: ':'
cmd_post: '#'

# Mount formatting
latitude_format: '{:+08.0f}'
longitude_format: '{:+08.0f}'
latitude_format: '{:+09.0f}'
longitude_format: '{:+09.0f}'
ra_format: '{:09.0f}'
dec_format: '{:+09.0f}'
status_format: >-
Expand Down

0 comments on commit 70741b1

Please sign in to comment.