👍️[Update] Model : Watchdog timerの終了処理をmain loopの終了処理に変更
This commit is contained in:
@@ -142,5 +142,5 @@ const startFeedingToWatchDog = () => {
|
||||
const { asyncStdoutToPython } = useStdoutToPython();
|
||||
setInterval(() => {
|
||||
asyncStdoutToPython("/run/feed_watchdog");
|
||||
}, 10000); // 10000ミリ秒 = 10秒
|
||||
}, 20000); // 20000ミリ秒 = 20秒
|
||||
};
|
||||
Reference in New Issue
Block a user