Browse Source

Sub: Set mode to stabilize be default

mission-4.1.18
Rustom Jehangir 9 years ago committed by Andrew Tridgell
parent
commit
c082bd3c33
  1. 2
      ArduSub/joystick.cpp

2
ArduSub/joystick.cpp

@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
// Anonymous namespace to hold variables used only in this file
namespace {
int16_t mode;
int16_t mode = 1100;
int16_t camTilt = 1500;
int16_t lights1 = 1100;
int16_t lights2 = 1100;

Loading…
Cancel
Save