Skip to content

Commit

Permalink
Fix mixer tab servo and motor rule adding
Browse files Browse the repository at this point in the history
  • Loading branch information
DzikuVx committed May 12, 2024
1 parent b4141d9 commit 02e3315
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tabs/mixer.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ const { mixer, platform, PLATFORM, INPUT, STABILIZED } = require('./../js/model'
const Settings = require('./../js/settings');
const jBox = require('../js/libraries/jBox/jBox.min');
const interval = require('./../js/intervals');
const ServoMixRule = require('./../js/servoMixRule');
const MotorMixRule = require('./../js/motorMixRule');

TABS.mixer = {};

Expand Down

0 comments on commit 02e3315

Please sign in to comment.