Skip to content
Snippets Groups Projects
Commit 37441181 authored by Erik von Reis's avatar Erik von Reis
Browse files

RCG: Set monitor flag for BPTIME variables to 1

parent 745cf120
No related branches found
No related tags found
3 merge requests!439RCG 5.0 release fro deb 10,!332Merging 4.2 into master,!331Draft: Merging branch-4.2 into master
......@@ -488,7 +488,7 @@ else:
tmp = word[0] + ' 1 OFF 1 \n'
sdf.write(tmp)
elif '_DACKILL_BPTIME' in word[0]:
tmp = word[0] + ' 1 600 1200 \n'
tmp = word[0] + ' 1 600 1 \n'
sdf.write(tmp)
elif '_DACKILL_PANIC' in word[0]:
tmp = word[0] + ' 1 NORMAL 1 \n'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment