neophob / StripInvaders

A LightStrip system controlled by your Smartphone or Tablet. Connect StripInvaders to your LAN and enjoy your own Lightshow! Features: 9 different Light Modes (more will follow), stepless adjust the RGB values,​​ stepless adjust the animation speed, control StripInvaders wireless with your iPhone/iPad/Android Phone/Android Tablet (OSC), Bonjour and mDNS support
http://pixelinvaders.ch/?page_id=396
63 stars 14 forks source link

Can't enable serial debug #4

Closed rabbadab closed 11 years ago

rabbadab commented 11 years ago

When I enable the serial debug (#define USE_SERIAL_DEBUG 1) Then the code is to big to fit on my Arduino UNO.

Is there anything I can remove just to get the debug running?

neophob commented 11 years ago

you can for example try to remove the dhcp code and use a static ip. if that does not work you can temp. remove the bonjour code.

rabbadab commented 11 years ago

It worked when I turned off the dhcp tnx! I found an error when I turned it off on row 215: Ethernet.begin(myMac, myIp) It's missing a ; in the end

neophob commented 11 years ago

thanks, i just fixed it.