diff --git a/src/web/control.js b/src/web/control.js index 618e669..15d9f4e 100644 --- a/src/web/control.js +++ b/src/web/control.js @@ -235,10 +235,10 @@ function App({ wsEndpoint }) { )}
- {range(0, 3).map((y) => ( + {range(0, GRID_COUNT).map((y) => ( - {range(0, 3).map((x) => { - const idx = 3 * y + x + {range(0, GRID_COUNT).map((x) => { + const idx = GRID_COUNT * y + x const { streamId = '', isListening = false,