Reset 99

Michael Ingraham 2019-09-06 08:10:11 -04:00
parent 5fbb425869
commit 6d33f87a44
1 changed files with 1 additions and 1 deletions

@ -144,7 +144,7 @@ See also | [`SetOption11`](#SetOption11) - Swap pushbutton single and double p
<a id="Pwm"></a>Pwm\<x\>|`0..1023` = set PWM value for channel
<a id="PwmFrequency"></a>PwmFrequency|`1` = reset PWM frequency to 880Hz<BR>`100..4000` = set PWM frequency (100Hz to 4kHz)
<a id="PwmRange"></a>PwmRange|`1` = reset maximum PWM range to 1023<BR>`255..1023` = set maximum PWM range
<a id="Reset"></a>Reset|`1` = reset device settings to firmware defaults and restart<BR>`2` = erase flash, reset device settings to firmware defaults and restart<BR> `3` = erase flash SDK parameters and restart<BR> `4` = reset device settings to firmware defaults but retain Wi-Fi credentials and restart<BR> `5` = erase all flash and reset parameters to firmware defaults but keep Wi-Fi settings and restart<BR>`6` = erase all flash and reset parameters to firmware defaults but keep Wi-Fi and MQTT settings and restart<BR>*(Erase of flash can take a few seconds to complete and there is no output during the erase process on the serial or web console)*
<a id="Reset"></a>Reset|`1` = reset device settings to firmware defaults and restart<BR>`2` = erase flash, reset device settings to firmware defaults and restart<BR> `3` = erase flash SDK parameters and restart<BR> `4` = reset device settings to firmware defaults but retain Wi-Fi credentials and restart<BR> `5` = erase all flash and reset parameters to firmware defaults but keep Wi-Fi settings and restart<BR>`6` = erase all flash and reset parameters to firmware defaults but keep Wi-Fi and MQTT settings and restart<BR>*(Erase of flash can take a few seconds to complete and there is no output during the erase process on the serial or web console)*<BR>`99` = reset device bootcount to zero
<a id="Restart"></a>Restart|`1` = restart device<BR>`99` = force restart device without configuration save
<a id="SaveData"></a>SaveData|`0` = save parameter changes only manually<BR>`1` = save parameter changes every second *(default)*<BR>`2..3600`= save parameter changes every x second
<a id="SerialLog"></a>SerialLog | Disable hardware serial bridge and<BR>`0` = disable serial logging<BR> `1` = show only error messages<BR> `2` = show error and info messages<BR>`3` = show error, info and debug messages<BR>`4` = show error, info and more debug messages<BR>`5` = show all messages