Browse Source

[Improve][rootfs][run_evse_stop.sh]

2021.08.31 / Folus Wen

Actions:
1. When execute run_evse_stop.sh also stop watch dog.

Files:
1. As follow commit history

Image version: D0.00.XX.XXXX.XX
Image checksum: XXXXXXXX

Hardware PWB P/N : XXXXXXX
Hardware Version : XXXXXXX
FolusWen 3 years ago
parent
commit
f4f73f3f6a
1 changed files with 3 additions and 1 deletions
  1. 3 1
      EVSE/rootfs/usr/bin/run_evse_stop.sh

+ 3 - 1
EVSE/rootfs/usr/bin/run_evse_stop.sh

@@ -2,4 +2,6 @@
 pkill main
 pkill Module_
 pkill OcppBackend
-
+fuser -k /dev/watchdog
+sleep 1
+echo V > /dev/watchdog