mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-20 04:01:14 +00:00
change serial baud rate to 921600
This commit is contained in:
parent
e40524baf0
commit
bd77d47215
@ -1 +1 @@
|
||||
pio device monitor -b 115200
|
||||
pio device monitor -b 921600
|
||||
|
@ -1 +1 @@
|
||||
pio device monitor -p /dev/ttyUSB1 -b 115200
|
||||
pio device monitor -p /dev/ttyUSB1 -b 921600
|
||||
|
@ -51,7 +51,7 @@ build_flags = -Wno-missing-field-initializers -Isrc -Isrc/rf95 -Os -Wl,-Map,.pio
|
||||
; the default is esptool
|
||||
; upload_protocol = esp-prog
|
||||
|
||||
monitor_speed = 115200
|
||||
monitor_speed = 921600
|
||||
|
||||
# debug_tool = esp-prog
|
||||
# debug_port = /dev/ttyACM0
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user