Revert speed change in platformio.ini

This commit is contained in:
Ulrich Meine 2025-07-25 19:54:01 +02:00
parent 33b5776421
commit f79124eed3
1 changed files with 1 additions and 1 deletions

View File

@ -104,5 +104,5 @@ build_flags=
${env.build_flags} ${env.build_flags}
upload_port = /dev/ttyUSB0 #OBP40 download via external USB/Serail converter upload_port = /dev/ttyUSB0 #OBP40 download via external USB/Serail converter
upload_protocol = esptool #firmware upload via USB OTG seriell, by first upload need to set the ESP32-S3 in the upload mode with shortcut GND to Pin27 upload_protocol = esptool #firmware upload via USB OTG seriell, by first upload need to set the ESP32-S3 in the upload mode with shortcut GND to Pin27
upload_speed = 921600 upload_speed = 230400
monitor_speed = 115200 monitor_speed = 115200