mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-21 04:11:48 +03:00
6f7bcdf9a7
* SubGhz: Fix Timer hopping * SubGhz: add display of received packages and their maximum number. redesigned interface, the maximum number of received packages increased to 50 * SubGhz: add clearing history on exit read scene, jump after saving the key into the history of received signals * SubGhz: Fix honoring the width of the icon for transmitter scene * RFID: Fix [FL-1755] freeze after key emulation * SubGhz: drop analyze scene and views * SubGhz: fix save scene * Input, GUI: new event delivery scheme that groups event for complementarity. * Gui: update View Dispatcher documentation * Gui: remove dead code, wait till all input events are delivered in ViewDispatcher in queue mode. * Gui: update comment in ViewDispatcher * FuriHal: fix incorrect clock disable invocation * FuriHal: proper include * SubGhz: properly reset history in receiver view * Gui: correct view switch order and non-complementary events discarding Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
12 lines
428 B
C
12 lines
428 B
C
ADD_SCENE(subghz, start, Start)
|
|
ADD_SCENE(subghz, receiver, Receiver)
|
|
ADD_SCENE(subghz, save_name, SaveName)
|
|
ADD_SCENE(subghz, save_success, SaveSuccess)
|
|
ADD_SCENE(subghz, saved, Saved)
|
|
ADD_SCENE(subghz, transmitter, Transmitter)
|
|
ADD_SCENE(subghz, test, Test)
|
|
ADD_SCENE(subghz, test_static, TestStatic)
|
|
ADD_SCENE(subghz, test_carrier, TestCarrier)
|
|
ADD_SCENE(subghz, test_packet, TestPacket)
|
|
ADD_SCENE(subghz, set_type, SetType)
|