Skip to content

Commit

Permalink
chore: upgraded mqtt and fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
elraro committed Aug 4, 2024
1 parent 27647f6 commit 993eea1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 46 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"hashlru": "git+https://npm@github.com/Hypfer/hashlru#3.0.0",
"is-in-subnet": "4.0.1",
"jstoxml": "3.2.10",
"mqtt": "5.5.5",
"mqtt": "5.9.1",
"nested-object-assign": "1.0.4",
"nested-property": "4.0.0",
"openapi-validator-middleware": "3.2.6",
Expand Down
35 changes: 0 additions & 35 deletions frontend/src/options/connectivity/WifiConnectivityPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -301,46 +301,11 @@ const WifiConnectivity = (): React.ReactElement => {
setConfirmationDialogOpen(true);
}}
>
<<<<<<< HEAD:frontend/src/options/connectivity/WifiConnectivity.tsx
<Typography color="info">
To connect your robot to a different Wi-Fi network, you need to do a Wi-Fi reset.
<br/><br/>
Note that the procedure is different depending on your model of robot, so please refer to the relevant documentation to figure out how to do that.
After having done that, simply connect to the Wi-Fi AP provided by the robot and then either use the Congatudo Webinterface
or the Companion app to enter new Wi-Fi credentials.
</Typography>
</InfoBox>
}

<Divider sx={{mt: 1}} style={{marginTop: "1rem", marginBottom: "1rem"}}/>

{
properties.provisionedReconfigurationSupported &&
<Grid container>
<Grid item style={{marginLeft: "auto"}}>
<LoadingButton
loading={configurationUpdating}
color="primary"
variant="outlined"
disabled={!(configurationModified && newSSID && newPSK)}
onClick={() => {
setConfirmationDialogOpen(true);
}}
>
Save configuration
</LoadingButton>
</Grid>
</Grid>
}
</Box>
</Grid>
=======
Save configuration
</LoadingButton>
</Grid>
</Grid>
}
>>>>>>> d8714dde (feat(ui): Loading animation cleanup):frontend/src/options/connectivity/WifiConnectivityPage.tsx
<ConfirmationDialog
title="Apply new Wi-Fi configuration?"
text=""
Expand Down
22 changes: 12 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 993eea1

Please sign in to comment.