We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca4586 commit 6d42066Copy full SHA for 6d42066
interface/src/system/UploadFirmwareForm.tsx
@@ -22,10 +22,8 @@ class UploadFirmwareForm extends React.Component<UploadFirmwareFormProps> {
22
return (
23
<Fragment>
24
<Box py={2}>
25
- Upload a new firmware file (.bin or .bin.gz) below to replace the
26
- existing firmware.
27
- <p></p>This can take up to a minute. Wait until you see "Activating
28
- new Firmware" and EMS-ESP will automatically restart.
+ Upload a new firmware file (.bin or .bin.gz) below to replace the existing firmware.
+ <p></p>This can take up to a minute. Wait until you see "Activating new Firmware" and EMS-ESP will then automatically restart.
29
</Box>
30
<SingleUpload
31
onDrop={this.handleDrop}
0 commit comments