claudeheintz / LXESP8266DMX

DMX Driver for ESP8266 using ArduinoIDE
BSD 3-Clause "New" or "Revised" License
29 stars 9 forks source link

calling wrong function at (void uart_uninit_rx) #3

Closed michaelchien1972 closed 7 years ago

michaelchien1972 commented 7 years ago

void uart_uninit_rx(void) { uart_disable_tx_interrupt(); <-- this should be uart_disable_rx_interrupt()? pinMode(3, INPUT); }

claudeheintz commented 7 years ago

This is a typo that is now fixed