You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With current version of arduino-esp32 a new moduel esp32-hal-cpu.c was introduced, which improved error handling in context with CPU clock switching / management.
If i run my LMIC application on top of this, there is an error showing something goes wrong with removing an application callback handler.
I am not sure yet if this problem ist caused by either LMIC, my application, or the new esp32-hal-cpu.c. I wrote a comment to this issue, maybe someone with deep LMIC knowledge could peek into it to get a clue what's going on. Thanks.
The text was updated successfully, but these errors were encountered:
With current version of arduino-esp32 a new moduel
esp32-hal-cpu.c
was introduced, which improved error handling in context with CPU clock switching / management.If i run my LMIC application on top of this, there is an error showing something goes wrong with removing an application callback handler.
I am not sure yet if this problem ist caused by either LMIC, my application, or the new
esp32-hal-cpu.c
. I wrote a comment to this issue, maybe someone with deep LMIC knowledge could peek into it to get a clue what's going on. Thanks.The text was updated successfully, but these errors were encountered: