diff --git a/install.sh b/install.sh index 923ed872b9ed6bb07649f129cfb7583a18f9fb13..ca89ee0d871d21ad9aa3eed973605cc98b373b91 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash sudo python3.11 setup.py install sudo systemctl restart pitr.service -#sudo systemctl restart recvtr.service -#sudo systemctl restart apscttr.service -#sudo systemctl restart apsputr.service -#sudo systemctl restart unb2tr.service +sudo systemctl restart recvtr.service +sudo systemctl restart apscttr.service +sudo systemctl restart apsputr.service +sudo systemctl restart unb2tr.service diff --git a/pypcc/config/APSCTTR.yaml b/pypcc/config/APSCTTR.yaml index 4059ed8420f89589bb358ff4d2b4e331a318b549..9c5f7c42d61483d95ffd7c387fde88e478bb3660 100644 --- a/pypcc/config/APSCTTR.yaml +++ b/pypcc/config/APSCTTR.yaml @@ -329,6 +329,7 @@ methods: driver: I2C_CLK debug: True instructions: + - WAIT: 5000 - APSCTTR_I2C_error : 0 - APSCT_IO1_GPIO1 : Update - APSCT_IO1_GPIO2 : Update diff --git a/pypcc/config/RECVTR_HB.yaml b/pypcc/config/RECVTR_HB.yaml index 3c9fe4e8db214c248d4f1489d6b507e7f04a97f3..2667d3fa225b095400b56064f9168520a04b02c1 100644 --- a/pypcc/config/RECVTR_HB.yaml +++ b/pypcc/config/RECVTR_HB.yaml @@ -759,6 +759,7 @@ methods: driver: I2C_RCU debug: True instructions: + - WAIT: 5000 - RCU_PCB_version: Update - RCU_IO1_GPIO1: Update - RCU_IO1_GPIO2: Update diff --git a/pypcc/config/RECVTR_LB.yaml b/pypcc/config/RECVTR_LB.yaml index 0466961ee8707bde4028a311856a575f36ee0774..2345f7c28f1e128f5405105997dd4d5225885688 100644 --- a/pypcc/config/RECVTR_LB.yaml +++ b/pypcc/config/RECVTR_LB.yaml @@ -666,6 +666,7 @@ methods: driver: I2C_RCU debug: True instructions: + - WAIT: 5000 - RCU_PCB_version: Update - RCU_IO1_GPIO1: Update - RCU_IO1_GPIO2: Update