Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Hamlib/Hamlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Hamlib/Hamlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: Hamlib-4.6.2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 2 files changed
  • 3 contributors

Commits on Feb 9, 2025

  1. Prepare for 4.6.2 release

    Making this a branch off of the current master as it just has fixes
    since the 4.6.1 release.
    N0NB committed Feb 9, 2025
    Configuration menu
    Copy the full SHA
    8703647 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2025

  1. Update skywatcher.c

    Probably by mistake the call to read data from the serial port was left twice. Therefore, controlling Skywatcher mounts does not work and ends with a timeout. Otherwise, excellent work - since all Skywatcher mounts use the same motor controller firmware, it is possible to control not only Allview but all mounts from this manufacturer.
    gereta authored Mar 8, 2025
    Configuration menu
    Copy the full SHA
    f54e523 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1677 from gereta/patch-1

    Update skywatcher.c
    mdblack98 authored Mar 8, 2025
    Configuration menu
    Copy the full SHA
    73a2f2f View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. Update skywatcher.c - park rotator, improved rotator movement

    Added function to park the rotator.
    
    Changed behavior for incoming requests to change position. If the motor is moving, the requests are silently ignored. Stopping the motor movement before each request to change position caused the movement from point A to point B to take a very long time because tracking applications send the dynamic position of the tracked object (e.g. satellite) in regular short intervals and in case the rotator was on the opposite side, by the time the rotator reached the position of the object, the object had traveled a considerable distance.
    gereta authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    845a3ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1680 from gereta/patch-2

    Update skywatcher.c - park rotator, improved rotator movement
    mdblack98 authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    c5d4bae View commit details
    Browse the repository at this point in the history
Loading