Avenant Software

Results 4 comments of Avenant Software

that line needs to be changed to PROGMEM const char\* const WebSocketClientStringTable[] = this is how it should be changed: const char stringVar[] PROGMEM = "{0}"; const char clientHandshakeLine1[] PROGMEM...

I installed the python module as instructed: pip install wifileds etc... when i run from terminal: locate wifileds the files are installed because it returns: /usr/local/lib/python2.7/dist-packages/wifileds /usr/local/lib/python2.7/dist-packages/wifileds-1.0.6.egg-info /usr/local/lib/python2.7/dist-packages/wifileds/**init**.py /usr/local/lib/python2.7/dist-packages/wifileds/**init**.pyc /usr/local/lib/python2.7/dist-packages/wifileds/limitlessled...

Traceback (most recent call last): File "wifileds.py", line 2, in import wifileds File "/home/htpc/Hue/wifileds.py", line 4, in led_connection = wifileds.limitlessled.connect('192.168.2.10', 8899) AttributeError: 'module' object has no attribute 'limitlessled' if the...

yeah that works