Skip to content

Commit e14442e

Browse files
committed
Restore ini to use Windows COM5
1 parent 54bb804 commit e14442e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

platformio.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ board_flash_mode = dout
1818
upload_speed = 921600
1919

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

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

0 commit comments

Comments
 (0)