|
|
|
@ -128,6 +128,7 @@
@@ -128,6 +128,7 @@
|
|
|
|
|
#include <AP_RCMapper.h> // RC input mapping library |
|
|
|
|
#include <AP_Notify.h> // Notify library |
|
|
|
|
#include <AP_BattMonitor.h> // Battery monitor library |
|
|
|
|
#include <AP_BoardConfig.h> // board configuration library |
|
|
|
|
#if SPRAYER == ENABLED |
|
|
|
|
#include <AC_Sprayer.h> // crop sprayer library |
|
|
|
|
#endif |
|
|
|
@ -423,6 +424,9 @@ static int8_t control_mode = STABILIZE;
@@ -423,6 +424,9 @@ static int8_t control_mode = STABILIZE;
|
|
|
|
|
static uint8_t oldSwitchPosition; |
|
|
|
|
static RCMapper rcmap; |
|
|
|
|
|
|
|
|
|
// board specific config |
|
|
|
|
static AP_BoardConfig BoardConfig; |
|
|
|
|
|
|
|
|
|
// receiver RSSI |
|
|
|
|
static uint8_t receiver_rssi; |
|
|
|
|
|
|
|
|
|