From 49ec66e27c99dd5f2b338497f724f7d3be0302a9 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Wed, 2 Dec 2020 23:35:37 +0100 Subject: [PATCH] add hpsdr change log notice --- CHANGELOG.md | 1 + debian/changelog | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 329834a0..c8ecf6a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - Introduced `squelch_auto_margin` config option that allows configuring the auto squelch level - Removed `port` configuration option; `rtltcp_compat` takes the port number with the new connectors - New devices supported: + - HPSDR devices (Hermes Lite 2) - BBRF103 / RX666 / RX888 devices supported by libsddc - Devices using the EB200 protocol diff --git a/debian/changelog b/debian/changelog index 81a61b83..1bef2625 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,9 @@ openwebrx (0.21.0) UNRELEASED; urgency=low * Removed `port` configuration option; `rtltcp_compat` takes the port number with the new connectors * New devices supported: - - BBRF103 / RX666 / RX888 devices supported by libsddc - - Devices using the EB200 protocol + - HPSDR devices (Hermes Lite 2) (`"type": "hpsdr"`) + - BBRF103 / RX666 / RX888 devices supported by libsddc (`"type": "sddc"`) + - Devices using the EB200 protocol (`"type": "eb200"`) -- Jakob Ketterl Sun, 11 Oct 2020 21:12:00 +0000