Skip to content

Commit

Permalink
platformio.ini: update more usual USB ports
Browse files Browse the repository at this point in the history
  • Loading branch information
dingo35 committed Dec 14, 2023
1 parent 723b089 commit fe93352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SmartEVSE-3/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ default_envs = release
[env]
board = esp32dev
framework = arduino
upload_port = /dev/cu.usbserial-0001
monitor_port = /dev/cu.usbserial-0001
upload_port = /dev/ttyUSB0
monitor_port = /dev/ttyUSB0
monitor_speed = 115200
upload_speed = 2000000
board_build.f_flash = 80000000L
Expand Down

0 comments on commit fe93352

Please sign in to comment.