AP_relay: added default relay pin for VRBRAIN
This commit is contained in:
parent
8e42b21bab
commit
4a5c31fe74
@ -21,7 +21,7 @@
|
|||||||
#define RELAY_PIN 54
|
#define RELAY_PIN 54
|
||||||
#endif
|
#endif
|
||||||
#elif CONFIG_HAL_BOARD == HAL_BOARD_VRBRAIN
|
#elif CONFIG_HAL_BOARD == HAL_BOARD_VRBRAIN
|
||||||
#define RELAY_PIN -1
|
#define RELAY_PIN 33
|
||||||
#else
|
#else
|
||||||
// no relay for this board
|
// no relay for this board
|
||||||
#define RELAY_PIN -1
|
#define RELAY_PIN -1
|
||||||
|
Loading…
Reference in New Issue
Block a user