Skip to content

Commit

Permalink
sync netlist changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nilclass committed Jan 8, 2024
1 parent 8ed5fce commit 4f22952
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/JumperlessState.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export const JumperlessState: React.FC<{ children: React.ReactNode }> = ({ child
throw new Error('Cannot sync, no device!')
}
await conn.jlctl.setSupplySwitchPos(supplySwitchPos)
await conn.jlctl.putNetlist(netlist)
await syncFromDevice()
}

Expand Down

0 comments on commit 4f22952

Please sign in to comment.