Browse Source

Note that erase and write are synchronous

Clara Hobbs 7 years ago
parent
commit
aec7b85888
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      docs/console_config.md

+ 5
- 5
docs/console_config.md View File

83
 
83
 
84
 Usage: `erase`
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
 Note: The `erase` command is mainly intended for development and testing.
89
 Note: The `erase` command is mainly intended for development and testing.
90
 Stored configuration is automatically erased if necessary when `write` is run,
90
 Stored configuration is automatically erased if necessary when `write` is run,
95
 
95
 
96
 Usage: `write`
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
 ### load
102
 ### load
103
 
103
 

Loading…
Cancel
Save