Fixed config

This commit is contained in:
CommanderRedYT
2022-07-06 21:57:13 +02:00
parent ee6fb1f99c
commit cff49fa3a8

View File

@@ -13,7 +13,7 @@ RemoteControlMode remoteControlMode;
void RemoteControlMode::update() void RemoteControlMode::update()
{ {
auto pair = split(profileSettings.defaultMode.modelMode); auto pair = split(profileSettings.remoteControlMode.modelMode);
if (!m_remoteCommand || espchrono::ago(m_timestamp) > 500ms) if (!m_remoteCommand || espchrono::ago(m_timestamp) > 500ms)
{ {
start(); start();