Skip to content

Commit

Permalink
Add my config
Browse files Browse the repository at this point in the history
  • Loading branch information
hotear committed Sep 9, 2020
1 parent 83b4f50 commit 12fbc69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ESPController/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ default_envs = esp8266_d1minipro, wemos_d1_mini32
[env:esp8266_d1minipro]
; ESP8266 D1 MINI PRO 16M bytes (128M bit) Flash buy from here https://amzn.to/2ZSjY65
platform = espressif8266
board = d1_mini_pro
board = d1_mini
framework = arduino
upload_speed=921600
upload_speed=57600
upload_protocol = esptool
board_build.mcu = esp8266
board_build.f_cpu = 80000000L
;upload_port = COM8
upload_port = /dev/ttyUSB0

build_flags = -DDEBUG_ESP_PORT=Serial1

Expand Down

0 comments on commit 12fbc69

Please sign in to comment.