Skip to content

Commit

Permalink
Update name change from profile to control_profile
Browse files Browse the repository at this point in the history
  • Loading branch information
MrD-RC committed Nov 16, 2024
1 parent 1a291dc commit a3d26de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabs/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a3d26de

Please sign in to comment.