Changed communication speed to 115200 (better for debugging).

This commit is contained in:
2026-02-21 15:09:16 +01:00
parent e4e3a22924
commit c1bc52c5a3
3 changed files with 3 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
platform = platformio/espressif32
board = esp32dev
framework = arduino
monitor_speed = 9600
monitor_speed = 115200
upload_speed = 576000
upload_port = /dev/ttyUSB*
lib_deps =