[FL-1854] NEC42ext displaying (#796)
* Add correct key-reading asset * IRDA: correct NEC42ext displaying * IRDA App: correct vibro There are no double vibro, but 1 vibro for any successful new signal read, and 1 for sending just read signal. Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -39,10 +39,6 @@ void IrdaAppSceneLearn::on_enter(IrdaApp* app) {
|
||||
popup, "Point the remote at IR port\nand push the button", 5, 10, AlignLeft, AlignCenter);
|
||||
popup_set_callback(popup, NULL);
|
||||
|
||||
if(app->get_learn_new_remote()) {
|
||||
app->notify_double_vibro();
|
||||
}
|
||||
|
||||
view_manager->switch_to(IrdaAppViewManager::ViewType::Popup);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user