Fix map z-indexing over page

This commit is contained in:
Jack Kingsman
2026-01-13 15:52:53 -08:00
parent 888dd0f1a8
commit acc0b4b94c
9 changed files with 35 additions and 9 deletions
+13
View File
@@ -32,6 +32,19 @@ ls /dev/ttyUSB* /dev/ttyACM*
# macOS
ls /dev/cu.usbserial-* /dev/cu.usbmodem*
# WSL2
# Run this in an elevated PowerShell (not WSL) window
winget install usbipd
# restart console
# find device ID (e.g. 3-8)
usbipd list
# attach device to WSL
usbipd bind --busid 3-8
```
## Quick Start