forkineye / E131

E1.31 (sACN) library for Arduino with ESP8266 support
127 stars 44 forks source link

How run own effect if E131 data is not received and when data is recived, how to switch immediately ? #31

Open ranvirgorai opened 3 years ago

ranvirgorai commented 3 years ago

if (num_channels) {

// parse packet and use it }else{

runMyLongEffect(); }

then how to check if e131 data is coming and go back to E131 mode

Thanks