took out the testing button from device actions

This commit is contained in:
csawatzky 2025-06-30 13:27:12 -06:00
parent 0b31f5585d
commit 27228602e7
3 changed files with 5 additions and 10 deletions

View file

@ -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}