mirror of https://github.com/arendst/Tasmota.git
Reset 3/5/6 erases credentials
parent
ea1ec8070b
commit
5c3a3ab0c7
|
@ -16,7 +16,7 @@ To use this feature you must compile your own firmware by adding the following l
|
|||
#endif
|
||||
```
|
||||
|
||||
> As of Tasmota version 6.6.0.3, the device-specific credentials are no longer restricted to being set at compile time only. You can now use the same firmware for all your devices. AWS IoT credentials can be set through the Console at runtime and are stored in flash memory. Credentials will survive firmware updates and OTA.
|
||||
> As of Tasmota version 6.6.0.3, the device-specific credentials are no longer restricted to being set at compile time only. You can now use the same firmware for all your devices. AWS IoT credentials can be set through the Console at runtime and are stored in flash memory. Credentials will survive firmware updates and OTA. Credentials will not survive a full Flash reset like `Reset 5` or `Reset 6` nor will it survive a System Parameter Flash reset `Reset 3`
|
||||
|
||||
## Benefits
|
||||
|
||||
|
|
Loading…
Reference in New Issue