Update __init__.py (#1020)

This commit is contained in:
Team Super Panda 2020-05-02 09:53:41 +12:00 committed by GitHub
parent 8b92456ded
commit 0473c4c79f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,5 +35,5 @@ def new_fastled_light(config):
yield light.register_light(var, config)
# https://github.com/FastLED/FastLED/blob/master/library.json
cg.add_library('FastLED', '3.2.9')
cg.add_library('FastLED', '3.3.3')
yield var