diff --git a/KSM-Line-2.2.tpr b/KSM-Line-2.2.tpr index 4d04cf7..e1c2283 100644 --- a/KSM-Line-2.2.tpr +++ b/KSM-Line-2.2.tpr @@ -22,7 +22,7 @@ address=0.48.72.100.118.81 [address4] platform=TPP2W(G2) transport=udp_broadcast -address=0.36.119.82.182.139 +address=0.36.119.82.255.193 [file1] path=main.tc type=c diff --git a/global.th b/global.th index f2fb0c6..055901e 100644 --- a/global.th +++ b/global.th @@ -9,7 +9,7 @@ #message "link global not defined" #endif -#define VERSION "2.0b_1903291538" +#define VERSION "2.0b_1904291745" #define MAX_FIFO_SIZE 20 #define BRAKER_COUNT 3 @@ -130,3 +130,4 @@ extern BrakerProcess brakers[BRAKER_COUNT]; + diff --git a/tpp3.th b/tpp3.th index 8397024..249259d 100644 --- a/tpp3.th +++ b/tpp3.th @@ -10,9 +10,17 @@ static unsigned char INPIN[SENSORS] = { 9, 8, 0, 16, 32, 33, 4, 20, 11, 10, 1, 17, 34, 35, 5, 21 }; +//static unsigned char OUTPIN[RELAYS] = { +// 13, 12, 36, 37, 15, 14, 38, 39, +// 24, 25, 28, 29, 40, 41, 54, 55 +//}; + static unsigned char OUTPIN[RELAYS] = { - 13, 12, 36, 37, 15, 14, 38, 39, - 24, 25, 28, 29, 40, 41, 54, 55 + 13, 12, 15, 14, + 24, 25, 40, 41, + 36, 37, 38, 39, + 28, 29, 54, 55 }; + #endif \ No newline at end of file