Skip to content

Commit

Permalink
Update platformio.ini
Browse files Browse the repository at this point in the history
Changes
  • Loading branch information
norbert-walter authored Jun 18, 2024
1 parent c62a75a commit eb418d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/obp60task/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ build_flags=
${env.build_flags}
#CONFIG_ESP_TASK_WDT_TIMEOUT_S = 10 #Task Watchdog timeout period (seconds) [1...60] 5 default
upload_port = /dev/ttyACM0
# debug_tool = esp-usb-bridge #debug via USB OTG
# upload_protocol = esp-usb-bridge #firmware upload via USB OTG
upload_protocol = esptool #normal firmware upload, by first upload need to set the ESP32-S3 in the upload mode with shortcut GND to Pin27
# debug_tool = esp-usb-bridge #debug via USB OTG JTAG
# upload_protocol = esp-usb-bridge #firmware upload via USB OTG JTAG
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 = 230400
monitor_speed = 115200

0 comments on commit eb418d0

Please sign in to comment.