Hi Andrey,
Yes, you can do Serial.removeAllListeners('data') which should remove anything from Serial.on('data', ...)
Serial.removeAllListeners('data')
Serial.on('data', ...)
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi Andrey,
Yes, you can do
Serial.removeAllListeners('data')
which should remove anything fromSerial.on('data', ...)