Skip to content

Commit

Permalink
pcb 1.3 default defines
Browse files Browse the repository at this point in the history
  • Loading branch information
greymfm committed Jun 17, 2017
1 parent 9733625 commit 993d467
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/ardumower/mower.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ choose your robot type, PCB version, baud rates, pin definitions etc.
#define PCB_1_3

// ------- Choose robot model (Ardumower or Ardumower Mini) -------------------
//#define ROBOT_ARDUMOWER
#define ROBOT_MINI
#define ROBOT_ARDUMOWER
//#define ROBOT_MINI


// DO NOT CHANGE - Due or Mega is detected automatically (based on Arduino IDE settings)
Expand Down Expand Up @@ -113,7 +113,7 @@ choose your robot type, PCB version, baud rates, pin definitions etc.

// ------- baudrates---------------------------------
#define CONSOLE_BAUDRATE 19200 // baudrate used for console
#define BLUETOOTH_BAUDRATE 19200 // baudrate used for communication with Bluetooth module (Ardumower default)
#define BLUETOOTH_BAUDRATE 19200 // baudrate used for communication with Bluetooth module (Ardumower default: 19200)
#define ESP8266_BAUDRATE 115200 // baudrate used for communication with esp8266 Wifi module
#define BLUETOOTH_PIN 1234

Expand Down

0 comments on commit 993d467

Please sign in to comment.