You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/docs/parameters/setup/page.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The configuration page will be hidden automatically when there are no parameters
22
22
All the parameters are added sequentially to the config page and you can add as many parameters as you want. This allows complete control over the layout of the configuration page.
23
23
24
24
{% callout title="Note on Persistence" %}
25
-
Parameters are **not** persistent and values will be lost when the device is reset, therefore it's recommended to process or save them as per your application upon receiving [`onConfig`](/docs/parameters/on-config) callback.
25
+
Parameters are not persistent and values will be lost when the device is reset, therefore it's recommended to process or save them as per your application upon receiving [`onConfig`](/docs/parameters/on-config) callback.
0 commit comments