Skip to content

Commit

Permalink
Add softserial as build option
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Oct 6, 2024
1 parent c5b2078 commit 6aeb033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/Features.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Features = function (config) {
{bit: 3, group: 'rxMode', mode: 'select', name: 'RX_SERIAL'},
{bit: 4, group: 'escMotorStop', name: 'MOTOR_STOP'},
{bit: 5, group: 'other', name: 'SERVO_TILT', haveTip: true, dependsOn: 'SERVOS'},
{bit: 6, group: 'other', name: 'SOFTSERIAL', haveTip: true},
{bit: 6, group: 'other', name: 'SOFTSERIAL', haveTip: true, dependsOn: 'SOFTSERIAL'},
{bit: 7, group: 'other', name: 'GPS', haveTip: true, dependsOn: 'GPS'},
{bit: 9, group: 'other', name: 'SONAR', haveTip: true, dependsOn: 'RANGEFINDER'},
{bit: 10, group: 'telemetry', name: 'TELEMETRY', haveTip: true, dependsOn: 'TELEMETRY'},
Expand Down

0 comments on commit 6aeb033

Please sign in to comment.