FastLED fixes

This commit is contained in:
Otto Winter
2018-05-14 17:34:43 +02:00
parent 262855ff62
commit 44f2b582b5
4 changed files with 4 additions and 14 deletions
+1
View File
@@ -312,6 +312,7 @@ METRIC_SUFFIXES = {
def frequency(value):
value = string(value)
match = re.match(r"^([-+]?[0-9]*\.?[0-9]*)\s*(\w*?)(?:Hz|HZ|hz)?$", value)
if match is None: