Enable downgrades to old firmware versions

This commit is contained in:
David Carley
2021-03-15 18:25:22 -07:00
parent 77d064badc
commit 432f5251cf
3 changed files with 5 additions and 4 deletions

View File

@@ -161,8 +161,8 @@ class Config(object):
motor['max-jerk'] = 1000
motor['zero-backoff'] = 1
config['version'] = self.version
config['version'] = self.version.split('b')[0]
config['full_version'] = self.version
def save(self, config):
self.upgrade(config)