Added WebExitReason_ErrorDialog.

This commit is contained in:
yellows8 2019-03-06 23:57:47 -05:00
parent 4160622165
commit c193337d9b

View File

@ -26,6 +26,7 @@ typedef enum {
WebExitReason_BackButton = 0x1, ///< User pressed the B button to exit, on the initial page.
WebExitReason_Requested = 0x2, ///< The applet exited since \ref webConfigRequestExit was used.
WebExitReason_LastUrl = 0x3, ///< The applet exited due to LastUrl handling, see \ref webReplyGetLastUrl.
WebExitReason_ErrorDialog = 0x7, ///< The applet exited after displaying an error dialog.
} WebExitReason;
/// Struct for the WebWifi applet input storage.