|
|
@ -38,7 +38,6 @@
|
|
|
|
#ifndef CONFIGURATION_H
|
|
|
|
#ifndef CONFIGURATION_H
|
|
|
|
#define CONFIGURATION_H
|
|
|
|
#define CONFIGURATION_H
|
|
|
|
#define CONFIGURATION_H_VERSION 020000
|
|
|
|
#define CONFIGURATION_H_VERSION 020000
|
|
|
|
#define USE_AUTOMATIC_VERSIONING
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//===========================================================================
|
|
|
|
//===========================================================================
|
|
|
|
//============================= Getting Started =============================
|
|
|
|
//============================= Getting Started =============================
|
|
|
@ -96,11 +95,11 @@
|
|
|
|
// @section machine
|
|
|
|
// @section machine
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Select which serial port on the board will be used for communication with the host.
|
|
|
|
* Select the serial port on the board to use for communication with the host.
|
|
|
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
|
|
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
|
|
|
* Serial port 0 is always used by the Arduino bootloader regardless of this setting.
|
|
|
|
* Note: The first serial port (-1 or 0) will always be used by the Arduino bootloader.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* :[0, 1, 2, 3, 4, 5, 6, 7]
|
|
|
|
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
#define SERIAL_PORT 0
|
|
|
|
#define SERIAL_PORT 0
|
|
|
|
|
|
|
|
|
|
|
|