change serial baud rate to 921600

This commit is contained in:
geeksville
2020-04-22 14:58:35 -07:00
parent e40524baf0
commit bd77d47215
4 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#endif
#define DEBUG_PORT Serial // Serial debug port
#define SERIAL_BAUD 115200 // Serial debug baud rate
#define SERIAL_BAUD 921600 // Serial debug baud rate
#define REQUIRE_RADIO true // If true, we will fail to start if the radio is not found