RAK815 WIP - use 115200 for serial to USB on this board, best it can do

This commit is contained in:
geeksville
2020-07-10 13:24:00 -07:00
parent feb9992d7d
commit 6fbf6b2986
2 changed files with 6 additions and 0 deletions

View File

@@ -297,7 +297,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// DEBUG
// -----------------------------------------------------------------------------
#ifdef CONSOLE_MAX_BAUD
#define SERIAL_BAUD CONSOLE_MAX_BAUD
#else
#define SERIAL_BAUD 921600 // Serial debug baud rate
#endif
#include "SerialConsole.h"