mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
AnMotors AT4 - Add manually fixes
Fix serial first two numbers to 47 - Just in case Looks like they are same for all remotes (may be incorrect)
This commit is contained in:
parent
a938b4ea18
commit
3cdb05364b
1 changed files with 1 additions and 1 deletions
|
@ -558,7 +558,7 @@ bool subghz_scene_set_type_on_event(void* context, SceneManagerEvent event) {
|
|||
subghz,
|
||||
"AM650",
|
||||
433920000,
|
||||
(key & 0x00FFFFFF) | 0x04000000,
|
||||
(key & 0x000FFFFF) | 0x04700000,
|
||||
0x2,
|
||||
0x0021,
|
||||
"AN-Motors")) {
|
||||
|
|
Loading…
Reference in a new issue