Avenant Software
Avenant Software
A turtorial would be nice and also a howto to compile this code or a precompiled firmware download link with tutorial howto flash.
btw the last commit fixed the problems on El Capitan nice!, but: when hovering over news items the console gets spammed with these messgages: Feeds[71233]: Error: this application, or a...
Could you perhaps add an example sketch like most arduino libraries have, with how it works exactly, like for example setting the desired temperature and switching the heater on and...
I have this python script: # !/usr/bin/env python import wifileds led_connection = wifileds.limitlessled.connect('192.168.2.10', 8899) led_connection.rgbw.zone_on(1) wich gives this error: AttributeError: 'module' object has no attribute 'limitlessled' Am I misisng something...