Added some better alignment of low priority beacons with other messages
This commit is contained in:
+3
-3
@@ -705,9 +705,9 @@ private:
|
||||
|
||||
|
||||
enum Priority {
|
||||
PriorityLow = 0,
|
||||
PriorityNormal = 10,
|
||||
PriorityHigh = 100
|
||||
PriorityLow = 10,
|
||||
PriorityNormal = 100,
|
||||
PriorityHigh = 1000
|
||||
};
|
||||
|
||||
struct PrioritizedMessage {
|
||||
|
||||
Reference in New Issue
Block a user