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
esp_timer_start_once() accepts the timeout input as milliseconds and poses uint64. So the maximum timeout value for esp_timer_start_once is UINT64_MAX microseconds which is equivalent to approximately 4,294,967,295 microseconds or about 4294 seconds (approximately 71.58 minutes). You can take a look at this code where if 0 is recieved as input, the attack will run for the max time as possible
No description provided.
The text was updated successfully, but these errors were encountered: