mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
subghz il100 smart add manually support
This commit is contained in:
@@ -91,6 +91,7 @@ typedef enum {
|
||||
SetTypeSommer_FM238_868,
|
||||
SetTypeStilmatic,
|
||||
SetTypeIronLogic,
|
||||
SetTypeIronLogicSmart,
|
||||
SetTypeDeaMio433,
|
||||
SetTypeDTMNeo433,
|
||||
SetTypeGibidi433,
|
||||
|
||||
@@ -398,6 +398,16 @@ void subghz_scene_set_type_fill_generation_infos(GenInfo* infos_dest, SetType ty
|
||||
.keeloq.cnt = 0x05,
|
||||
.keeloq.manuf = "IronLogic"};
|
||||
break;
|
||||
case SetTypeIronLogicSmart:
|
||||
gen_info = (GenInfo){
|
||||
.type = GenKeeloq,
|
||||
.mod = "AM650",
|
||||
.freq = 433920000,
|
||||
.keeloq.serial = key & 0x00FFFFF0,
|
||||
.keeloq.btn = 0x04,
|
||||
.keeloq.cnt = 0x05,
|
||||
.keeloq.manuf = "IL-100(Smart)"};
|
||||
break;
|
||||
case SetTypeStilmatic:
|
||||
gen_info = (GenInfo){
|
||||
.type = GenKeeloq,
|
||||
|
||||
@@ -39,6 +39,7 @@ static const char* submenu_names[SetTypeMAX] = {
|
||||
[SetTypeSommer_FM238_868] = "KL: Sommer fm2 868Mhz",
|
||||
[SetTypeStilmatic] = "KL: Stilmatic 433MHz",
|
||||
[SetTypeIronLogic] = "KL: IronLogic 433MHz",
|
||||
[SetTypeIronLogicSmart] = "KL: IronLogic SM 433MHz",
|
||||
[SetTypeDeaMio433] = "KL: DEA Mio 433MHz",
|
||||
[SetTypeDTMNeo433] = "KL: DTM Neo 433MHz",
|
||||
[SetTypeGibidi433] = "KL: Gibidi 433MHz",
|
||||
|
||||
Reference in New Issue
Block a user