Mutex around wifi transmission (or similar concept)
Posted: Thu Mar 16, 2023 1:13 am
If wifi transmission coincides with other events on our system, too much current is drawn. (Changing the power supply is not an option). Is there a way to place a mutex around the wifi transmission request so that wifi tx can't occur without first obtaining the mutex. Conversely is there a way to register a callback for before and after a wifi transmission, such that a mutex could be place around the other power consuming event(s)?
Thank you
Thank you