mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
formatting
This commit is contained in:
@@ -22,10 +22,8 @@ class UploadFirmwareForm extends React.Component<UploadFirmwareFormProps> {
|
||||
return (
|
||||
<Fragment>
|
||||
<Box py={2}>
|
||||
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 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.
|
||||
</Box>
|
||||
<SingleUpload
|
||||
onDrop={this.handleDrop}
|
||||
|
||||
Reference in New Issue
Block a user