hotfix for #240 and failing GitHub action

This commit is contained in:
dj2ls 2022-09-04 19:45:15 +02:00
parent 9b0d2b37bb
commit 073f26ace8
2 changed files with 3 additions and 3 deletions

View file

@ -114,8 +114,8 @@ jobs:
distro: bullseye
libcodec2_os_name: libcodec2_ubuntu-bullseye_armv7.so
- arch: armv7
distro: ubuntu18.04
libcodec2_os_name: libcodec2_ubuntu-1804_armv7.so
distro: ubuntu20.04
libcodec2_os_name: libcodec2_ubuntu-2004_armv7.so
steps:
- uses: actions/checkout@v2.1.0

View file

@ -30,7 +30,7 @@ class FREEDV_MODE(Enum):
fsk_ldpc = 9
fsk_ldpc_0 = 200
fsk_ldpc_1 = 201
auto_mode = 255 # TODO: find a better way for this --> better remove the need for this line
# Function for returning the mode value
def freedv_get_mode_value_by_name(mode: str) -> int: