mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
fmt
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
## Main changes
|
## Main changes
|
||||||
- Current API: 87.1
|
- Current API: 87.1
|
||||||
* SubGHz: **SubGHz Counter Edit option with UI** (PR #933 | by @Dmitry422) (with Debug enabled only) (Saved - open file - Signal Settings - Edit Counter)
|
* SubGHz: **Counter Edit option with UI** (PR #933 | by @Dmitry422) (with Debug enabled only) (Saved - open file - Signal Settings - Edit Counter)
|
||||||
* SubGHz: **UI for SubGHz Counter Experimental Mode** (PR #930 | by @Dmitry422) (with Debug enabled only) (Saved - open file - Signal Settings - Counter Mode) (see docs below)
|
* SubGHz: **UI for Counter Experimental Mode** (PR #930 | by @Dmitry422) (with Debug enabled only) (Saved - open file - Signal Settings - Counter Mode) (see docs below)
|
||||||
* SubGHz: **Counter modes for Keeloq, CAME Atomo, Nice Flor S, AlutechAT4N** - [see docs](https://github.com/DarkFlippers/unleashed-firmware/blob/dev/documentation/SubGHzCounterMode.md)
|
* SubGHz: **Counter modes for Keeloq, CAME Atomo, Nice Flor S, AlutechAT4N** - [see docs](https://github.com/DarkFlippers/unleashed-firmware/blob/dev/documentation/SubGHzCounterMode.md)
|
||||||
* SubGHz: Add AN-Motors AT4 button on arrow keys (0xC)
|
* SubGHz: Add AN-Motors AT4 button on arrow keys (0xC)
|
||||||
* SubGHz: Add IL-100 Smart support for Add manually
|
* SubGHz: Add IL-100 Smart support for Add manually
|
||||||
|
|||||||
@@ -507,4 +507,4 @@ const FlipperAppPluginDescriptor* saflok_plugin_ep(void) {
|
|||||||
return &saflok_plugin_descriptor;
|
return &saflok_plugin_descriptor;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pragma GCC diagnostic pop
|
#pragma GCC diagnostic pop
|
||||||
|
|||||||
@@ -25,4 +25,4 @@ ADD_SCENE(subghz, decode_raw, DecodeRAW)
|
|||||||
ADD_SCENE(subghz, delete_raw, DeleteRAW)
|
ADD_SCENE(subghz, delete_raw, DeleteRAW)
|
||||||
ADD_SCENE(subghz, need_saving, NeedSaving)
|
ADD_SCENE(subghz, need_saving, NeedSaving)
|
||||||
ADD_SCENE(subghz, rpc, Rpc)
|
ADD_SCENE(subghz, rpc, Rpc)
|
||||||
ADD_SCENE(subghz, signal_settings, SignalSettings)
|
ADD_SCENE(subghz, signal_settings, SignalSettings)
|
||||||
|
|||||||
Reference in New Issue
Block a user