Add additional baudrate setting for serial 2.

This commit is contained in:
Knutwurst
2021-09-13 12:04:09 +02:00
parent 28993ec8b6
commit 0b48145044
2 changed files with 2 additions and 1 deletions

View File

@@ -204,6 +204,7 @@
* :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000]
*/
#define BAUDRATE 250000
#define BAUDRATE_2 500000 // For ESP8266
// Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH