renamed device to rtc

This commit is contained in:
Maxim Devaev
2021-09-26 09:31:54 +03:00
parent 2a0ed6a92c
commit 51ed538415
2 changed files with 16 additions and 16 deletions

View File

@@ -694,7 +694,7 @@ def _get_config_scheme() -> Dict:
},
"watchdog": {
"device": Option(0, type=valid_int_f0),
"rtc": Option(0, type=valid_int_f0),
"timeout": Option(300, type=valid_int_f1),
"interval": Option(30, type=valid_int_f1),
},