Added some better alignment of low priority beacons with other messages

This commit is contained in:
Jordan Sherer
2018-07-31 18:18:27 -04:00
parent 62c449669f
commit 3e19b2c98d
2 changed files with 12 additions and 10 deletions
+3 -3
View File
@@ -705,9 +705,9 @@ private:
enum Priority {
PriorityLow = 0,
PriorityNormal = 10,
PriorityHigh = 100
PriorityLow = 10,
PriorityNormal = 100,
PriorityHigh = 1000
};
struct PrioritizedMessage {