Skip to content

Commit

Permalink
Restore ini to use Windows COM5
Browse files Browse the repository at this point in the history
  • Loading branch information
MFornander committed Aug 29, 2017
1 parent 54bb804 commit e14442e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ board_flash_mode = dout
upload_speed = 921600

# Linux
build_flags = !echo "-DVER_MAJOR=0 -DVER_MINOR=9 -DVER_TAG=Dev -Wl,-Tesp8266.flash.1m64.ld -DVER_REV=$(git rev-parse --short HEAD)"
upload_port = /dev/ttyUSB2
#build_flags = !echo "-DVER_MAJOR=0 -DVER_MINOR=9 -DVER_TAG=Dev -Wl,-Tesp8266.flash.1m64.ld -DVER_REV=$(git rev-parse --short HEAD)"
#upload_port = /dev/ttyUSB2

# Windows
#build_flags = -DVER_MAJOR=0 -DVER_MINOR=9 -DVER_TAG=Dev -Wl,-Tesp8266.flash.1m64.ld -DVER_REV=Unknown
#upload_port = COM5
build_flags = -DVER_MAJOR=0 -DVER_MINOR=9 -DVER_TAG=Dev -Wl,-Tesp8266.flash.1m64.ld -DVER_REV=Unknown
upload_port = COM5

0 comments on commit e14442e

Please sign in to comment.