mirror of
https://github.com/wled/WLED.git
synced 2025-07-09 11:56:35 +00:00
upload speed and clarifications
This commit is contained in:
parent
063af1dbc7
commit
d10d7dc298
@ -129,10 +129,8 @@ extra_scripts =
|
|||||||
framework = arduino
|
framework = arduino
|
||||||
board_build.flash_mode = dout
|
board_build.flash_mode = dout
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
# slow upload speed (comment this out with a ';' when building for development use)
|
# slow upload speed but most compatible (use platformio_override.ini to use faster speed)
|
||||||
upload_speed = 115200
|
upload_speed = 115200
|
||||||
# fast upload speed (remove ';' when building for development use)
|
|
||||||
; upload_speed = 921600
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# LIBRARIES: required dependencies
|
# LIBRARIES: required dependencies
|
||||||
|
@ -5,17 +5,19 @@
|
|||||||
# Please visit documentation: https://docs.platformio.org/page/projectconf.html
|
# Please visit documentation: https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[platformio]
|
[platformio]
|
||||||
default_envs = WLED_tasmota_1M
|
default_envs = WLED_tasmota_1M # define as many as you need
|
||||||
|
|
||||||
#----------
|
#----------
|
||||||
# SAMPLE
|
# SAMPLE
|
||||||
#----------
|
#----------
|
||||||
[env:WLED_tasmota_1M]
|
[env:WLED_tasmota_1M]
|
||||||
board = esp01_1m
|
extends = env:esp01_1m_full # when you want to extend the existing environment (define only updated options)
|
||||||
platform = ${common.platform_wled_default}
|
; board = esp01_1m # uncomment when ou need different board
|
||||||
platform_packages = ${common.platform_packages}
|
; platform = ${common.platform_wled_default} # uncomment and change when you want particular platform
|
||||||
board_build.ldscript = ${common.ldscript_1m128k}
|
; platform_packages = ${common.platform_packages}
|
||||||
; Sample libraries used for various usermods. Uncomment when using particular usermod.
|
; board_build.ldscript = ${common.ldscript_1m128k}
|
||||||
|
; upload_speed = 921600 # fast upload speed (remove ';' if your board supports fast upload speed)
|
||||||
|
# Sample libraries used for various usermods. Uncomment when using particular usermod.
|
||||||
lib_deps = ${esp8266.lib_deps}
|
lib_deps = ${esp8266.lib_deps}
|
||||||
; olikraus/U8g2 # @~2.33.15
|
; olikraus/U8g2 # @~2.33.15
|
||||||
; paulstoffregen/OneWire@~2.3.8
|
; paulstoffregen/OneWire@~2.3.8
|
||||||
@ -27,7 +29,7 @@ lib_deps = ${esp8266.lib_deps}
|
|||||||
; gmag11/QuickESPNow ;@ 0.6.2
|
; gmag11/QuickESPNow ;@ 0.6.2
|
||||||
; https://github.com/blazoncek/QuickESPNow.git#optional-debug ;; exludes debug library
|
; https://github.com/blazoncek/QuickESPNow.git#optional-debug ;; exludes debug library
|
||||||
; https://github.com/kosme/arduinoFFT#develop @ 1.9.2+sha.419d7b0 ;; used for USERMOD_AUDIOREACTIVE - using "known working" hash
|
; https://github.com/kosme/arduinoFFT#develop @ 1.9.2+sha.419d7b0 ;; used for USERMOD_AUDIOREACTIVE - using "known working" hash
|
||||||
build_unflags = ${common.build_unflags}
|
; build_unflags = ${common.build_unflags}
|
||||||
build_flags = ${common.build_flags_esp8266}
|
build_flags = ${common.build_flags_esp8266}
|
||||||
;
|
;
|
||||||
; *** To use the below defines/overrides, copy and paste each onto it's own line just below build_flags in the section above.
|
; *** To use the below defines/overrides, copy and paste each onto it's own line just below build_flags in the section above.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user