mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
Fix ironlogic add manually
This commit is contained in:
parent
027ae3f3f6
commit
eb57f4c7e4
1 changed files with 4 additions and 4 deletions
|
@ -529,9 +529,9 @@ bool subghz_scene_set_type_on_event(void* context, SceneManagerEvent event) {
|
||||||
subghz_protocol_keeloq_create_data(
|
subghz_protocol_keeloq_create_data(
|
||||||
subghz_transmitter_get_protocol_instance(subghz->txrx->transmitter),
|
subghz_transmitter_get_protocol_instance(subghz->txrx->transmitter),
|
||||||
subghz->txrx->fff_data,
|
subghz->txrx->fff_data,
|
||||||
key & 0x0FFFFFFF,
|
key & 0x00FFFFF0,
|
||||||
0x2,
|
0x4,
|
||||||
0x0003,
|
0x0005,
|
||||||
"IronLogic",
|
"IronLogic",
|
||||||
subghz->txrx->preset);
|
subghz->txrx->preset);
|
||||||
flipper_format_write_string_cstr(
|
flipper_format_write_string_cstr(
|
||||||
|
@ -609,7 +609,7 @@ bool subghz_scene_set_type_on_event(void* context, SceneManagerEvent event) {
|
||||||
subghz->txrx->fff_data,
|
subghz->txrx->fff_data,
|
||||||
key & 0x000FFFFF,
|
key & 0x000FFFFF,
|
||||||
0x2,
|
0x2,
|
||||||
0x0003,
|
0x0005,
|
||||||
"DTM_Neo",
|
"DTM_Neo",
|
||||||
subghz->txrx->preset);
|
subghz->txrx->preset);
|
||||||
flipper_format_write_string_cstr(subghz->txrx->fff_data, "Manufacture", "DTM_Neo");
|
flipper_format_write_string_cstr(subghz->txrx->fff_data, "Manufacture", "DTM_Neo");
|
||||||
|
|
Loading…
Reference in a new issue