Browse Source

Sub: Update default configuration options

mission-4.1.18
Rustom Jehangir 9 years ago committed by Andrew Tridgell
parent
commit
80cb18335f
  1. 4
      ArduSub/config.h

4
ArduSub/config.h

@ -77,7 +77,7 @@ @@ -77,7 +77,7 @@
#endif
#ifndef SURFACE_DEPTH_DEFAULT
# define SURFACE_DEPTH_DEFAULT -10.0 // pressure sensor reading 10cm depth means craft is considered surfaced
# define SURFACE_DEPTH_DEFAULT -10.0f // pressure sensor reading 10cm depth means craft is considered surfaced
#endif
//////////////////////////////////////////////////////////////////////////////
@ -569,7 +569,7 @@ @@ -569,7 +569,7 @@
#endif
#ifndef AUTO_DISARMING_DELAY
# define AUTO_DISARMING_DELAY 10
# define AUTO_DISARMING_DELAY 0
#endif
//////////////////////////////////////////////////////////////////////////////

Loading…
Cancel
Save