diff --git a/CHANGELOG.md b/CHANGELOG.md index 128d64ca0..31c20e193 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## Main changes - Current API: 86.0 **WARNING! After install of this version your Desktop (fav apps) and LCD & Notifications settings will be reset to default values, please configure them again after this update!** (this is required due to big updates on that parts and config struct changes) +* SubGHz: Add **Feron** protocol (static 32 bit) **full support** (by @xMasterX) * SubGHz: Add **Revers RB2 / RB2M Protocol** (static 64 bit) **full support** with add manually (by @xMasterX) * SubGHz: **Fix Hollarm protocol with more verification** * SubGHz: **Fix GangQi protocol** (by @DoberBit and @mishamyte (who spent 2 weeks on this)) diff --git a/ReadMe.md b/ReadMe.md index c40fb71c4..6ee86e881 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -165,6 +165,7 @@ Thanks to Official team (to their SubGHz Developer, Skorp) for implementing supp Decoders/Encoders or emulation (+ programming mode) support made by @xMasterX
+- Feron (static 32 bit) - ReversRB2 / RB2M (static 64 bit) with add manually support - Marantec24 (static 24 bit) with add manually support - GangQi (static 34 bit) with button parsing and add manually support (thanks to @mishamyte for captures and testing, thanks @Skorpionm for help)