mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-23 16:25:19 +03:00
Update name change from profile
to control_profile
This commit is contained in:
parent
1a291dc6bc
commit
a3d26de5b7
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ TABS.cli.initialize = function (callback) {
|
|||
new Promise((resolve) => {
|
||||
timeout.add('CLI_send_slowly', () => {
|
||||
let processingDelay = TABS.cli.lineDelayMs;
|
||||
if (line.toLowerCase().startsWith('profile')) {
|
||||
if (line.toLowerCase().startsWith('control_profile')) {
|
||||
processingDelay = TABS.cli.profileSwitchDelayMs;
|
||||
}
|
||||
const isLastCommand = outputArray.length === index + 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue