Skip to content

Commit

Permalink
remove commented label_motors
Browse files Browse the repository at this point in the history
  • Loading branch information
sensei-hacker committed Dec 2, 2024
1 parent 21b97f0 commit 87a3042
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tabs/mixer.js
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,6 @@ TABS.mixer.initialize = function (callback, scrollPosition) {
const path = './resources/motor_order/'
+ currentMixerPreset.image + (isReversed ? "_reverse" : "") + '.svg';
$('.mixerPreview img').attr('src', path);
// labelMotorNumbers();
renderServoOutputImage();
};

Expand Down

0 comments on commit 87a3042

Please sign in to comment.