feat: implement MTR Next Train Handler with arrival and line info parsing
This commit is contained in:
3
main/external/mtr/station_info.h
vendored
3
main/external/mtr/station_info.h
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user