Skip to content

Commit

Permalink
Merge pull request #2 from MacarenaGB/develop
Browse files Browse the repository at this point in the history
Horus via Bluetooth
  • Loading branch information
Jesus89 committed Jul 7, 2015
2 parents 0236c0d + 6ba7274 commit 107db11
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion config.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,16 @@
// Default settings. Used when resetting EEPROM. Change to desired name in defaults.h
#define DEFAULTS_HORUS

// This enables the serial port associated to the Bluetooth interface
//#define BTENABLED // Enable BT interface

// Serial baud rate
#define BAUD_RATE 115200
#ifndef BTENABLED
#define BAUD_RATE 115200 // Default baud rate
#else
#define BAUD_RATE 19200 // Bluetooth baudrate
#endif


// Default cpu mappings. Grbl officially supports the Arduino Uno only. Other processor types
// may exist from user-supplied templates or directly user-defined in cpu_map.h
Expand Down

0 comments on commit 107db11

Please sign in to comment.