change serial baud rate to 921600

1.2-legacy
geeksville 2020-04-22 14:58:35 -07:00
rodzic e40524baf0
commit bd77d47215
4 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -1 +1 @@
pio device monitor -b 115200
pio device monitor -b 921600

Wyświetl plik

@ -1 +1 @@
pio device monitor -p /dev/ttyUSB1 -b 115200
pio device monitor -p /dev/ttyUSB1 -b 921600

Wyświetl plik

@ -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

Wyświetl plik

@ -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