Fix bug in WS2815 power calculation.
This commit is contained in:
parent
bafd043aae
commit
2eb4383e03
@ -125,7 +125,7 @@ build_flags =
|
|||||||
board = nodemcuv2
|
board = nodemcuv2
|
||||||
platform = ${common:esp8266.platform}
|
platform = ${common:esp8266.platform}
|
||||||
monitor_speed = ${common.monitor_speed}
|
monitor_speed = ${common.monitor_speed}
|
||||||
upload_speed = ${common.upload_speed}
|
upload_speed = 921600
|
||||||
framework = ${common.framework}
|
framework = ${common.framework}
|
||||||
build_flags =
|
build_flags =
|
||||||
${common.build_flags}
|
${common.build_flags}
|
||||||
|
Loading…
Reference in New Issue
Block a user