Files
amadeus_26_fb/others/include/config/setconfig.h
2019-07-13 14:02:37 +08:00

23 lines
381 B
C

#ifndef _SETCONFIG_H_
#define _SETCONFIG_H_
#ifdef WITH_CONFIG
#include <config/config.h>
#else
#warning "Without config.h"
#endif
#ifndef ARMOR_CAMERA_GAIN
#define ARMOR_CAMERA_GAIN (30)
#endif
#ifndef ENERGY_CAMERA_GAIN
#define ENERGY_CAMERA_GAIN (20)
#endif
//#define GIMBAL_FLIP_MODE (-1)
//#define CHASSIS_FLIP_MODE (-1)
#endif /* SETCONFIG_H */