[FL-2378, FL-2382] Archive and infrared fixes #1073

This commit is contained in:
Nikolay Minaylov
2022-03-30 20:05:44 +03:00
committed by GitHub
parent 2f3ea9494e
commit 8b833cb7eb
2 changed files with 2 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ void InfraredAppSceneLearn::on_enter(InfraredApp* app) {
infrared_worker_rx_start(worker);
popup_set_icon(popup, 0, 32, &I_InfraredLearnShort_128x31);
popup_set_header(popup, NULL, 0, 0, AlignCenter, AlignCenter);
popup_set_text(
popup, "Point the remote at IR port\nand push the button", 5, 10, AlignLeft, AlignCenter);
popup_set_callback(popup, NULL);