|
@@ -83,8 +83,8 @@ Prints licensing information for the firmware.
|
83
|
83
|
|
84
|
84
|
Usage: `erase`
|
85
|
85
|
|
86
|
|
-Erases all stored configuration from flash. This can be used to restore a
|
87
|
|
-device to its default state.
|
|
86
|
+Synchronously erases all stored configuration from flash. This can be used to
|
|
87
|
+restore a device to its default state.
|
88
|
88
|
|
89
|
89
|
Note: The `erase` command is mainly intended for development and testing.
|
90
|
90
|
Stored configuration is automatically erased if necessary when `write` is run,
|
|
@@ -95,9 +95,9 @@ doing, there should be no reason to ever run `erase`.
|
95
|
95
|
|
96
|
96
|
Usage: `write`
|
97
|
97
|
|
98
|
|
-Writes the contents of the configuration buffer to flash. Wear leveling is
|
99
|
|
-done to ensure long flash life, and the flash sector is automatically erased if
|
100
|
|
-necessary.
|
|
98
|
+Synchronously writes the contents of the configuration buffer to flash. Wear
|
|
99
|
+leveling is done to ensure long flash life, and the flash sector is
|
|
100
|
+automatically erased if necessary.
|
101
|
101
|
|
102
|
102
|
### load
|
103
|
103
|
|