MKRNB icon indicating copy to clipboard operation
MKRNB copied to clipboard

Call `yield` in `ModemClass::waitForResponse` loop

Open Duality4Y opened this issue 1 month ago • 0 comments

consider adding a yield statement here:

https://github.com/arduino-libraries/MKRNB/blob/c0ee4ed2fd3cad28a2072e0e27e7fd6b80affa89/src/Modem.cpp#L308

This is a tight loop and I don't think real-time timing is really all that necessary here.

Duality4Y avatar Jan 22 '25 13:01 Duality4Y