Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add subclass for Baofeng's 1900 series #700

Merged
merged 4 commits into from
Jul 4, 2023
Merged

Add subclass for Baofeng's 1900 series #700

merged 4 commits into from
Jul 4, 2023

Commits on Jul 4, 2023

  1. Add subclasses for BF1901 and BF1904

    Fixes: #8551
    
    ```
    python3 -mpip install tox
    tox -e unit
    tox -e makesupported
    tox -e style
    ```
    cetinajero committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    a8fe4e5 View commit details
    Browse the repository at this point in the history
  2. Set alarm function as ValueList for Baofeng 1900 series

    Also add POWER_LEVELS of 10 watts to BF1904, important to note that it only supports low and high as options.
    cetinajero committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    377a3c8 View commit details
    Browse the repository at this point in the history
  3. Updates scan mode options and fixes settings2 struct

    The settings2 struct wasn't pointing to the right address, Baofeng decided to remove the programmable side key function and used that reserved address to add the "Search" scan mode option (having 3 scan options requires more than 1 memory bit).
    
    This was debugged by using the original Baofeng software (BF_1901_FH) and comparing back and forth.
    cetinajero committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    9c42a0b View commit details
    Browse the repository at this point in the history
  4. Add Baofeng BF-1902 and BF-1903 to alias map

    Related to #8551
    kk7ds committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    832b903 View commit details
    Browse the repository at this point in the history