mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -04:00
make configure default to 2560
1280 is less common for devs these days
This commit is contained in:
parent
2d8cfc0c3f
commit
6e9e857157
@ -424,7 +424,7 @@ configure:
|
||||
$(warning WARNING - A $(SKETCHBOOK)/config.mk file has been written)
|
||||
$(warning Please edit the file to match your system configuration, if you use a different board or port)
|
||||
@echo \# Select \'mega\' for the original APM, or \'mega2560\' for the V2 APM. > $(SKETCHBOOK)/config.mk
|
||||
@echo BOARD=mega >> $(SKETCHBOOK)/config.mk
|
||||
@echo BOARD=mega2560 >> $(SKETCHBOOK)/config.mk
|
||||
@echo \# The communication port used to communicate with the APM. >> $(SKETCHBOOK)/config.mk
|
||||
ifneq ($(findstring CYGWIN, $(SYSTYPE)),)
|
||||
@echo PORT=com3 >> $(SKETCHBOOK)/config.mk
|
||||
|
Loading…
Reference in New Issue
Block a user