Skip to content

Commit

Permalink
Try dec formatting specifier correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgee authored Oct 31, 2023
1 parent 0c2c42f commit ab721c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/mounts/ioptron/v310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cmd_post: '#'
latitude_format: '{:+08.0f}'
longitude_format: '{:+08.0f}'
ra_format: '{:09.0f}'
dec_format: '{:+08.0f}'
dec_format: '{:+09.0f}'
status_format: >-
(?P<longitude>[+\-]\d{8})
(?P<latitude>\d{8})
Expand Down

0 comments on commit ab721c7

Please sign in to comment.