Skip to content
Snippets Groups Projects
Commit 13c41e74 authored by Randy Mackay's avatar Randy Mackay
Browse files

Copter: reduce pre-arm board voltage check to 4.3V

parent d22d75d3
No related branches found
No related tags found
No related merge requests found
......@@ -383,7 +383,7 @@
#endif
#ifndef BOARD_VOLTAGE_MIN
# define BOARD_VOLTAGE_MIN 4500 // min board voltage in milli volts for pre-arm checks
# define BOARD_VOLTAGE_MIN 4300 // min board voltage in milli volts for pre-arm checks
#endif
#ifndef BOARD_VOLTAGE_MAX
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment