Browse Source

Copter: enable camera logging by default

these messages only happen on user defined camera triggering, so
should be low rate
mission-4.1.18
Andrew Tridgell 12 years ago
parent
commit
c544a076ca
  1. 2
      ArduCopter/config.h

2
ArduCopter/config.h

@ -1019,7 +1019,7 @@ @@ -1019,7 +1019,7 @@
# define LOG_INAV DISABLED
#endif
#ifndef LOG_CAMERA
# define LOG_CAMERA DISABLED
# define LOG_CAMERA ENABLED
#endif
// calculate the default log_bitmask

Loading…
Cancel
Save