diff -Nru chirp-daily-20200227~disco~1/chirp/drivers/h777.py chirp-daily-20200409~disco~1/chirp/drivers/h777.py --- chirp-daily-20200227~disco~1/chirp/drivers/h777.py 2020-01-03 08:08:03.000000000 +0000 +++ chirp-daily-20200409~disco~1/chirp/drivers/h777.py 2020-04-09 07:08:07.000000000 +0000 @@ -296,8 +296,8 @@ _ranges = [ (0x0000, 0x0110), - (0x02B0, 0x02C0), (0x0380, 0x03E0), + (0x02B0, 0x02C0), ] _memsize = 0x03E0 _has_fm = True diff -Nru chirp-daily-20200227~disco~1/chirp/drivers/tk8180.py chirp-daily-20200409~disco~1/chirp/drivers/tk8180.py --- chirp-daily-20200227~disco~1/chirp/drivers/tk8180.py 2020-02-13 08:08:07.000000000 +0000 +++ chirp-daily-20200409~disco~1/chirp/drivers/tk8180.py 2020-04-09 07:08:07.000000000 +0000 @@ -650,7 +650,7 @@ return int(val * 10) elif mode == 'DTCS': code = int('%i' % val, 8) - code |= 0x2000 + code |= 0x2800 if pol == 'R': code |= 0x8000 return code diff -Nru chirp-daily-20200227~disco~1/chirp/__init__.py chirp-daily-20200409~disco~1/chirp/__init__.py --- chirp-daily-20200227~disco~1/chirp/__init__.py 2020-02-27 08:08:39.000000000 +0000 +++ chirp-daily-20200409~disco~1/chirp/__init__.py 2020-04-09 07:08:49.000000000 +0000 @@ -17,7 +17,7 @@ import sys from glob import glob -CHIRP_VERSION="daily-20200227" +CHIRP_VERSION="daily-20200409" module_dir = os.path.dirname(sys.modules["chirp"].__file__) __all__ = [] diff -Nru chirp-daily-20200227~disco~1/debian/changelog chirp-daily-20200409~disco~1/debian/changelog --- chirp-daily-20200227~disco~1/debian/changelog 2020-02-27 08:08:40.000000000 +0000 +++ chirp-daily-20200409~disco~1/debian/changelog 2020-04-09 07:08:49.000000000 +0000 @@ -1,6 +1,6 @@ -chirp-daily (20200227~disco~1) disco; urgency=low +chirp-daily (20200409~disco~1) disco; urgency=low * Latest daily snapshot from upstream - -- Dan Smith Thu, 27 Feb 2020 08:08:40 +0000 + -- Dan Smith Thu, 09 Apr 2020 07:08:49 +0000 diff -Nru chirp-daily-20200227~disco~1/PKG-INFO chirp-daily-20200409~disco~1/PKG-INFO --- chirp-daily-20200227~disco~1/PKG-INFO 2020-02-27 08:08:39.000000000 +0000 +++ chirp-daily-20200409~disco~1/PKG-INFO 2020-04-09 07:08:49.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: chirp -Version: daily-20200227 +Version: daily-20200409 Summary: UNKNOWN Home-page: UNKNOWN Author: UNKNOWN