feat: implement MTR Next Train Handler with arrival and line info parsing

This commit is contained in:
GW_MC
2026-01-24 16:45:53 +08:00
parent 694ead2b42
commit d01167fd77
8 changed files with 359 additions and 5 deletions

View File

@@ -1,8 +1,9 @@
#pragma once
#include "esp_log.h"
#include "external/mtr/line_info.h"
#include <string>
static const char* STATION_INFO_TAG = "StationInfo";
#define STATION_INFO_TAG "StationInfo"
// Forward declaration
struct LineInfo;