allow more tag entries to customize the views

This commit is contained in:
Sven Czarnian
2021-12-15 13:24:42 +01:00
parent e108d3de57
commit c94847b607
2 changed files with 54 additions and 28 deletions

View File

@@ -42,7 +42,10 @@ namespace aman {
private:
enum class TagItemElement {
DeltaTime = 0
EstimatedTimeOfArrival = 0,
PlannedTimeOfArrival = 1,
DeltaTime = 2,
FixedPlanIndicator = 3
};
void validateBackendData();