make configure default to 2560

1280 is less common for devs these days
This commit is contained in:
Andrew Tridgell 2011-11-13 15:58:00 +11:00 committed by Pat Hickey
parent 2d8cfc0c3f
commit 6e9e857157

View File

@ -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