1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-25 01:05:12 +03:00

Update name change from profile to control_profile

This commit is contained in:
Mr D - RC 2024-11-16 17:27:31 +00:00
parent 1a291dc6bc
commit a3d26de5b7

View file

@ -122,7 +122,7 @@ TABS.cli.initialize = function (callback) {
new Promise((resolve) => { new Promise((resolve) => {
timeout.add('CLI_send_slowly', () => { timeout.add('CLI_send_slowly', () => {
let processingDelay = TABS.cli.lineDelayMs; let processingDelay = TABS.cli.lineDelayMs;
if (line.toLowerCase().startsWith('profile')) { if (line.toLowerCase().startsWith('control_profile')) {
processingDelay = TABS.cli.profileSwitchDelayMs; processingDelay = TABS.cli.profileSwitchDelayMs;
} }
const isLastCommand = outputArray.length === index + 1; const isLastCommand = outputArray.length === index + 1;