mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 02:02:23 +00:00
RAK815 WIP - use 115200 for serial to USB on this board, best it can do
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user