todbot / blink1

Official software for blink(1) USB RGB LED by ThingM
https://blink1.thingm.com/
Other
957 stars 237 forks source link

Pattern format is messy and wrong #104

Open todbot opened 10 years ago

todbot commented 10 years ago

Pattern format stored in Blink1Control.ini is messy.

Output from http://localhost:8934/blink1/patterns isn't consistent with documentation. Patterns that repeat forever have "-1" as their repeats, should have 0

todbot commented 10 years ago

Fixed as best as possible Blink1Control.ini format with QJsonDocument::Compact.

The /blink1/patterns issue is much larger and requires understanding more of the madness of the original developer.

jedgarpark commented 4 years ago

Understanding that madness may lead to additional madness.