Overly missed feature: Infrared: move button (change button order in a remote) (#2894)

* Feature: Infrared: move button (change button order in a remote)
* little fix in furi_assert (case Move button to the end)
This commit is contained in:
plgcoder
2023-08-02 05:43:36 +02:00
committed by GitHub
parent a677b2bcc2
commit be86b0f38a
8 changed files with 215 additions and 4 deletions

View File

@@ -7,6 +7,8 @@ ADD_SCENE(infrared, edit_delete_done, EditDeleteDone)
ADD_SCENE(infrared, edit_button_select, EditButtonSelect)
ADD_SCENE(infrared, edit_rename, EditRename)
ADD_SCENE(infrared, edit_rename_done, EditRenameDone)
ADD_SCENE(infrared, edit_move, EditMove)
ADD_SCENE(infrared, edit_move_done, EditMoveDone)
ADD_SCENE(infrared, learn, Learn)
ADD_SCENE(infrared, learn_done, LearnDone)
ADD_SCENE(infrared, learn_enter_name, LearnEnterName)