Skip to content

Commit

Permalink
Couple changes for a Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
lbussy committed Feb 20, 2021
1 parent 7afa32f commit 6ba9e7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
; https://docs.platformio.org/page/projectconf.html

[common_env_data]
upload_speed = 921600
upload_speed = 460800 ; 921600
monitor_speed = 74880
framework = arduino
platform = espressif8266
build_unflags =
build_flags =
!python tools\git_rev.py
!python tools/git_rev.py
-D PIO_SRC_TAG=2.2.2
-D BAUD=${common_env_data.monitor_speed}
-DDEBUG_ESP_PORT=Serial
Expand Down

0 comments on commit 6ba9e7b

Please sign in to comment.