We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54bb804 commit e14442eCopy full SHA for e14442e
platformio.ini
@@ -18,9 +18,9 @@ board_flash_mode = dout
18
upload_speed = 921600
19
20
# 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
+#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
23
24
# 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
+build_flags = -DVER_MAJOR=0 -DVER_MINOR=9 -DVER_TAG=Dev -Wl,-Tesp8266.flash.1m64.ld -DVER_REV=Unknown
+upload_port = COM5
0 commit comments