|
|
@ -123,7 +123,7 @@ |
|
|
|
* :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000] |
|
|
|
*/ |
|
|
|
#define BAUDRATE 115200 |
|
|
|
//#define BAUDRATE 250000
|
|
|
|
#define USB_BAUDRATE 230400 |
|
|
|
|
|
|
|
// Enable the Bluetooth serial interface on AT90USB devices
|
|
|
|
//#define BLUETOOTH
|
|
|
@ -428,7 +428,7 @@ |
|
|
|
#define TEMP_SENSOR_7 0 |
|
|
|
#define TEMP_SENSOR_BED 1 |
|
|
|
#define TEMP_SENSOR_PROBE 0 |
|
|
|
#define TEMP_SENSOR_CHAMBER 0 |
|
|
|
#define TEMP_SENSOR_CHAMBER 1 |
|
|
|
|
|
|
|
// Dummy thermistor constant temperature readings, for use with 998 and 999
|
|
|
|
#define DUMMY_THERMISTOR_998_VALUE 25 |
|
|
|