diff options
| author | 2017-07-20 00:46:05 +0000 | |
|---|---|---|
| committer | 2017-07-20 00:46:05 +0000 | |
| commit | 7bd4b3912bb7f968a8389d14bdf4e0ff4839fe3d (patch) | |
| tree | d8d71623f849a4b73a22c8d22c5039394c8998b0 | |
| parent | 7b3bd1d5472046f79ecfb4367f28ce2391edb837 (diff) | |
| parent | 7eaed12e8e207109e0ef9f0f576ef37161c59067 (diff) | |
Merge "proto: add system message descriptor for Wi-Fi wrong password notification" into oc-dr1-dev
| -rw-r--r-- | proto/src/system_messages.proto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/src/system_messages.proto b/proto/src/system_messages.proto index 93fae58b7c1d..52f721b0c2b0 100644 --- a/proto/src/system_messages.proto +++ b/proto/src/system_messages.proto @@ -183,6 +183,10 @@ message SystemMessage { // Inform the user that the connected audio accessory is not supported NOTE_USB_AUDIO_ACCESSORY_NOT_SUPPORTED = 41; + // Inform the user that a wrong password was detected while attempting to connect + // to a Wi-Fi network + NOTE_WIFI_WRONG_PASSWORD = 42; + // ADD_NEW_IDS_ABOVE_THIS_LINE // Legacy IDs with arbitrary values appear below // Legacy IDs existed as stable non-conflicting constants prior to the O release |