-
• #2
You could try loading the unminified module instead? It would probably give you more of an idea where the problem was.
To do that you can just go into settings, and change the extensions from
.min.js|.js
to.js
... -
• #3
Actually, try returning
""
from any handlers that you register withregister
. They should return any bit of the string they were passed that they're not using.It might actually be that you wanted to register a line handler instead?
Hi all,
I'm using the AT module to send messages for interfacing to my GSM.
I've noticed I'm seeing a few errors pop out every so often when viewing the console:
Obviously without viewing all of my code this is hard to track down but if someone could point my to where the AT command library is hitting this error I dont mind looking through my own code to pinpoint the issue. I'm assuming its something to do with registering listeners?