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();