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: esp-idf/Kconfig
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ menu "Mender General Options"
34
34
config MENDER_SERVER_TENANT_TOKEN
35
35
string "Mender server Tenant Token"
36
36
help
37
-
Set the Mender server Tenant Token, to be used with https://hosted.mender.io.
37
+
Set the Mender server Tenant Token, to be used with https://hosted.mender.io. Retrieve it from the "Organization and billing" settings of your account.
38
38
39
39
config MENDER_CLIENT_AUTHENTICATION_POLL_INTERVAL
40
40
int "Mender client Authentication poll interval (seconds)"
Copy file name to clipboardExpand all lines: zephyr/Kconfig
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ if MENDER_MCU_CLIENT
61
61
config MENDER_SERVER_TENANT_TOKEN
62
62
string "Mender server Tenant Token"
63
63
help
64
-
Set the Mender server Tenant Token, to be used with https://hosted.mender.io.
64
+
Set the Mender server Tenant Token, to be used with https://hosted.mender.io. Retrieve it from the "Organization and billing" settings of your account.
65
65
66
66
config MENDER_CLIENT_AUTHENTICATION_POLL_INTERVAL
67
67
int "Mender client Authentication poll interval (seconds)"
0 commit comments