From 1343a67739ee0013b0d4e55da4baa51078692122 Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Thu, 16 May 2024 12:00:11 +0100 Subject: [PATCH] Update changelog --- ChangeLog.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index a89478992..b80befa2c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -12,7 +12,7 @@ - MNTM Settings: Add warning screens for SubGHz bypass and extend (by @Willy-JL) - SubGHz: Show reason for TX blocked (by @Willy-JL) - SubGHz: New decoder API `get_string_brief` for short info of a received signal (#119 by @user890104) -- SubGHz: New API `furi_hal_subghz_check_tx(frequency)` to know why TX is blocked (by @Willy-JL) +- SubGHz: New APIs `furi_hal_subghz_check_tx(freq)` and `subghz_devices_check_tx(dev, freq)` to know if and why TX is blocked (by @Willy-JL) - OFW: NFC: Skylanders plugin (by @bettse) - OFW: Desktop: New Akira animation (by @Astrrra) - OFW: Loader: Add support for R_ARM_REL32 relocations (by @Sameesunkaria) @@ -29,6 +29,9 @@ ### Fixed: - SubGHz: Improved readability of Hormann BiSecur signals (#119 by @user890104) +- SubGHz: External modules follow extended and bypass settings correctly (by @Willy-JL) +- SubGHz: Fixed restoring RX only frequency (by @Willy-JL) +- SubGHz: Fixed crash when setting frequencies near range limits (by @Willy-JL) ### Removed: - Nothing