robertoostenveld / arduino

Arduino electronics hacking
http://robertoostenveld.nl/category/arduino/
202 stars 96 forks source link

change the artnet universe #14

Closed JoFo112 closed 5 years ago

JoFo112 commented 5 years ago

When I try to change the artnet universe the D1 mini restarts and the universe has not chanchst.

robertoostenveld commented 5 years ago

this should happen around here https://github.com/robertoostenveld/arduino/blob/080945494c4f9903c10332dbad0eda696e98cef7/esp8266_artnet_dmx512/setup_ota.cpp#L228 and here https://github.com/robertoostenveld/arduino/blob/080945494c4f9903c10332dbad0eda696e98cef7/esp8266_artnet_dmx512/setup_ota.cpp#L73. You may want to add some debug information with Serial.println and connect over USB to see what is going on. Please send a pull request if you can improve the code.