添加列车信号故障

This commit is contained in:
tiger_zhou 2023-08-24 15:23:10 +08:00
parent aec7512cf0
commit 934de10a65

View File

@ -56,6 +56,6 @@ enum AlertType {
AXLE_LED_ORANGE_MOST = 16; AXLE_LED_ORANGE_MOST = 16;
// //
SWITCH_LOST_MOST = 17; SWITCH_LOST_MOST = 17;
// // & atp切除
TRAIN_SIGNAL = 18; TRAIN_EB_ATP = 18;
} }