1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-14 06:23:07 +01:00

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

View File

@@ -104,5 +104,5 @@ build_flags=
${env.build_flags}
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_speed = 921600
upload_speed = 230400
monitor_speed = 115200