fix factory reset

This commit is contained in:
pdxlocations
2024-04-09 22:51:29 -07:00
parent 8ce8b02394
commit a36755ccf3
+1 -1
View File
@@ -426,7 +426,7 @@ def settings_shutdown(interface):
interface.getNode('^local').shutdown()
def settings_factory_reset(interface):
interface.getNode('^local').factory_reset()
interface.getNode('^local').factoryReset()