From 9df7da46a7b47a61ad47b43d07ff5ead8d35800c Mon Sep 17 00:00:00 2001 From: Markus Krause Date: Sat, 25 Mar 2023 22:13:09 +0100 Subject: [PATCH] add SPI pin config option --- src/web/html/setup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/html/setup.html b/src/web/html/setup.html index 4bb67b8f..16d3ea00 100644 --- a/src/web/html/setup.html +++ b/src/web/html/setup.html @@ -655,7 +655,7 @@ function parsePinout(obj, type, system) { var e = document.getElementById("pinout"); - pins = [['cs', 'pinCs'], ['ce', 'pinCe'], ['irq', 'pinIrq'], ['led0', 'pinLed0'], ['led1', 'pinLed1']]; + pins = [['cs', 'pinCs'], ['ce', 'pinCe'], ['irq', 'pinIrq'], ['sclk', 'pinSclk'], ['mosi', 'pinMosi'], ['miso', 'pinMiso'], ['led0', 'pinLed0'], ['led1', 'pinLed1']]; for(p of pins) { e.append( ml("div", {class: "row mb-3"}, [