mirror of
https://github.com/meshtastic/python.git
synced 2026-04-17 21:42:20 -04:00
Update factory reset to use integer for config reset
This commit is contained in:
@@ -731,7 +731,7 @@ class Node:
|
||||
p.factory_reset_device = True
|
||||
logger.info(f"Telling node to factory reset (full device reset)")
|
||||
else:
|
||||
p.factory_reset_config = True
|
||||
p.factory_reset_config = 1
|
||||
logger.info(f"Telling node to factory reset (config reset)")
|
||||
|
||||
# If sending to a remote node, wait for ACK/NAK
|
||||
|
||||
Reference in New Issue
Block a user