hide camera view when in reverse (#2144)

* partially hide camera view when in reverse

* lowest priority

* update ref commit

* fix type

* update refs
This commit is contained in:
Adeeb Shihadeh 2020-09-09 00:11:12 -07:00 committed by GitHub
parent e8c8e9dab2
commit 9cd88526b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -721,6 +721,11 @@ EVENTS = {
},
EventName.reverseGear: {
ET.PERMANENT: Alert(
"Reverse Gear",
"",
AlertStatus.normal, AlertSize.full,
Priority.LOWEST, VisualAlert.none, AudibleAlert.none, 0., 0., .2),
ET.IMMEDIATE_DISABLE: ImmediateDisableAlert("Reverse Gear"),
ET.NO_ENTRY: NoEntryAlert("Reverse Gear"),
},

View file

@ -1 +1 @@
86f4d86cd7ae704d97efea1638f1a510d950c9bc
b47257005e7408737c66463c45f5db36153a849d