Skip to content

Commit e94d7bd

Browse files
committed
Couple changes for a Mac
1 parent 04f11e4 commit e94d7bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platformio.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
; https://docs.platformio.org/page/projectconf.html
1010

1111
[common_env_data]
12-
upload_speed = 921600
12+
upload_speed = 460800 ; 921600
1313
monitor_speed = 74880
1414
framework = arduino
1515
platform = espressif8266
1616
build_unflags =
1717
build_flags =
18-
!python tools\git_rev.py
18+
!python tools/git_rev.py
1919
-D PIO_SRC_TAG=2.2.2
2020
-D BAUD=${common_env_data.monitor_speed}
2121
-DDEBUG_ESP_PORT=Serial

0 commit comments

Comments
 (0)