mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 23:08:36 -07:00
Security+ 2.0 custom buttons
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include <lib/subghz/protocols/alutech_at_4n.h>
|
||||
#include <lib/subghz/protocols/nice_flor_s.h>
|
||||
#include <lib/subghz/protocols/somfy_telis.h>
|
||||
#include <lib/subghz/protocols/secplus_v2.h>
|
||||
|
||||
#define SUBREMOTEMAP_FOLDER "/ext/subghz_remote"
|
||||
#define SUBREMOTEMAP_EXTENSION ".txt"
|
||||
@@ -491,6 +492,7 @@ void subghz_remote_tx_stop(SubGHzRemote* app) {
|
||||
alutech_reset_original_btn();
|
||||
nice_flors_reset_original_btn();
|
||||
somfy_telis_reset_original_btn();
|
||||
secplus2_reset_original_btn();
|
||||
star_line_reset_mfname();
|
||||
star_line_reset_kl_type();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user