Browse Source

Slow upload speed on ESPurna boards

fastled
Xose Pérez 6 years ago
parent
commit
c5ade4660d
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      code/platformio.ini

+ 0
- 2
code/platformio.ini View File

@ -111,7 +111,6 @@ board = esp12e
lib_deps = ${common.lib_deps}
lib_ignore = ${common.lib_ignore}
build_flags = ${common.build_flags} -DTINKERMAN_ESPURNA_H06
upload_speed = 460800
monitor_baud = 115200
[env:tinkerman-espurna-h06-ota]
@ -133,7 +132,6 @@ board = esp12e
lib_deps = ${common.lib_deps}
lib_ignore = ${common.lib_ignore}
build_flags = ${common.build_flags} -DTINKERMAN_ESPURNA_H08
upload_speed = 460800
monitor_baud = 115200
[env:tinkerman-espurna-h08-ota]


Loading…
Cancel
Save