took out the testing button from device actions
This commit is contained in:
parent
0b31f5585d
commit
27228602e7
3 changed files with 5 additions and 10 deletions
|
|
@ -471,10 +471,6 @@ export default function DevicePage() {
|
|||
<Grid>
|
||||
<DeviceActions
|
||||
device={device}
|
||||
scanFunction={() => {
|
||||
//deviceAPI.detectI2C(device.id()).then(resp => {console.log("No errors")}).catch(err => {console.log("error")})
|
||||
deviceAPI.listFoundComponents(device.id()).then(resp => console.log(resp)).catch(err => {console.log("errors")})
|
||||
}}
|
||||
isPaused={false}
|
||||
isLoading={loading}
|
||||
permissions={permissions}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue