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
OS::set_error should be available for programs to alert the OS that an error has occured and display it on screen. The program can either wait for the error to be cleared or crash via an optional boolean parameter.
OS::set_error_internal would be a private variant for OS level crashes, such as no SD card being found.
The text was updated successfully, but these errors were encountered:
OS::set_error
should be available for programs to alert the OS that an error has occured and display it on screen. The program can either wait for the error to be cleared or crash via an optional boolean parameter.OS::set_error_internal
would be a private variant for OS level crashes, such as no SD card being found.The text was updated successfully, but these errors were encountered: