Merge branch 'staging_environment'

This commit is contained in:
Carter 2025-11-07 14:08:32 -06:00
commit 7c6f592997
8 changed files with 69 additions and 21 deletions

View file

@ -167,7 +167,7 @@ export default function DevicePage() {
}
const loadPortScan = () => {
deviceAPI.listFoundComponents(device.id())
deviceAPI.listFoundComponents(parseInt(deviceID))
.then(resp => {
if (resp.data.foundComponents?.i2c){
setScannedAddresses(resp.data.foundComponents ?? undefined)