From 3cdb05364b9372e14e1bfd42d8f749f250b73d35 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Wed, 5 Apr 2023 17:44:56 +0300 Subject: [PATCH] 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) --- applications/main/subghz/scenes/subghz_scene_set_type.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/main/subghz/scenes/subghz_scene_set_type.c b/applications/main/subghz/scenes/subghz_scene_set_type.c index eb9e7d620..431d5d2d7 100644 --- a/applications/main/subghz/scenes/subghz_scene_set_type.c +++ b/applications/main/subghz/scenes/subghz_scene_set_type.c @@ -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")) {