Hi everybody!
I’m facing a problem.
I’m using a RAK3172 module, with RUI3 V4.1.1 on Arduino IDE and API aproach.
I need to disable (or handle properly) EVT messages.
Can anybody help me to achieve that if possible?!
Thanks!!
Welcome to the forum @rakpliot
RUI3 does not offer such a feature. +EVT: messages cannot be disabled.
The only way would be to patch the BSP and comment out any serial message that is sending an +EVT: .
Thanks very much for the quick reply!
I was doing the exact thing you said, but I thought: maybe there’s an official approach.
Even though, my problem (a random high consumption peak) was related to a floating pin that was triggering an unexpected and unhandled interrupt.
I’ll mark it as solved!!