mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
fix: Complete implementation of alarm state
This commit is contained in:
@@ -48,9 +48,9 @@ namespace ROE {
|
||||
|
||||
namespace AlarmState {
|
||||
enum AlarmStates {
|
||||
AUTO = 2,
|
||||
AUTO = 0,
|
||||
GREEN = 1,
|
||||
RED = 0,
|
||||
RED = 2,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user