From cff49fa3a81ff9ced281952c301ca38d05aa72ba Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Wed, 6 Jul 2022 21:57:13 +0200 Subject: [PATCH] Fixed config --- main/modes/remotecontrolmode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/modes/remotecontrolmode.cpp b/main/modes/remotecontrolmode.cpp index 1dbe9f2..772f86c 100644 --- a/main/modes/remotecontrolmode.cpp +++ b/main/modes/remotecontrolmode.cpp @@ -13,7 +13,7 @@ RemoteControlMode remoteControlMode; void RemoteControlMode::update() { - auto pair = split(profileSettings.defaultMode.modelMode); + auto pair = split(profileSettings.remoteControlMode.modelMode); if (!m_remoteCommand || espchrono::ago(m_timestamp) > 500ms) { start();