passing multiple plenums and pressure to the visualizer and added a button to cycle them

This commit is contained in:
csawatzky 2025-11-05 15:07:34 -06:00
parent 2a8aeed510
commit 842f9bee6a
2 changed files with 66 additions and 17 deletions

View file

@ -689,8 +689,8 @@ export default function Bin(props: Props) {
const overview = () => {
return (
<BinVisualizerV2
plenum={plenums[0]}
pressure={pressures[0]}
plenums={plenums}
pressures={pressures}
ambient={ambients[0]}
cables={grainCables}
bin={bin}