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:
MX 2023-04-05 17:44:56 +03:00
parent a938b4ea18
commit 3cdb05364b
No known key found for this signature in database
GPG key ID: 7CCC66B7DBDD1C83

View file

@ -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")) {