mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-05 05:40:14 +00:00
Allow EEPROM checksum mismatch on autoinstall. Fixes #432.
This commit is contained in:
parent
a62843cd75
commit
2b764b4af8
@ -803,7 +803,8 @@ class RNode():
|
||||
if self.checksum != checksum:
|
||||
self.provisioned = False
|
||||
RNS.log("EEPROM checksum mismatch")
|
||||
exit()
|
||||
if not args.autoinstall:
|
||||
exit()
|
||||
else:
|
||||
RNS.log("EEPROM checksum correct")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user