chaged logging

This commit is contained in:
sanjayk03-dev
2024-07-17 19:53:24 +05:30
parent 6f3dd76591
commit 39c5867710
3 changed files with 6 additions and 10 deletions

View File

@@ -155,8 +155,9 @@ class Config(object):
elif 'min' in template and config[name] < template['min']:
config[name] = template['min']
# if name in ['xp', 'yp', 'zp', 'offset_x', 'offset_y', 'offset_z']:
# self.ctrl.state.set(name, config[name])
if name in ['offset_x', 'offset_y', 'offset_z']:
self.log.info('159: name:{} default:{}'.format(name, config[name])) # make sure that cycle is idle
# self.ctrl.state.set(name, config[name])
if template['type'] == 'list':
if 'index' in template: