This commit is contained in:
Alex 2024-12-12 16:32:20 -04:00
parent 6e280b7ffe
commit eb49c1cfe0

View File

@ -106,8 +106,7 @@ spirilink-driver:
# Configure SpiriLink interface
.PHONY: configure-spirilink
configure-spirilink:
@echo "
Configuring SpiriLink interface as spir0..."
@echo "Configuring SpiriLink interface as spir0..."
spirilink_iface=$(shell lsusb | grep "0bda:a81a" | awk '{print $$2"/"$$4}' | sed 's/://'); \
if [ -z "$$spirilink_iface" ]; then \
echo "Error: SpiriLink interface not detected."; \