Skip to content

Commit 74709ff

Browse files
committed
web: setup: inform the user about additional headers that are sent now
We include the `boot-id` and `uptime` options in the RAUC `send-headers` config in the hopes of detecting boot-loops during update roll-out. This was not anticipated when writing the setup page, so we add it now. Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
1 parent f92632b commit 74709ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

web/src/Setup.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,9 @@ export default function Setup() {
158158
<Box variant="p">
159159
When polling for updates the LXA TAC will transmit the
160160
following information to our server: The IP address the
161-
request is coming from, the serial number of the device
162-
and information on the currently installed software.
161+
request is coming from, the serial number of the device,
162+
the device uptime and boot id and information on the
163+
currently installed software.
163164
</Box>
164165
<Box variant="p" padding="s">
165166
<MqttToggle topic="/v1/tac/update/enable_polling">

0 commit comments

Comments
 (0)