fix: digital inputs status LED
This commit is contained in:
@@ -19,6 +19,7 @@ export default function DigitalInputs({ openInputModal, inputRange }: Props) {
|
||||
);
|
||||
|
||||
const inputs = digitalInputs.slice(inputRange.start, inputRange.end);
|
||||
//console.log("DigitalInputs", inputs);
|
||||
|
||||
return (
|
||||
<div className="bg-white shadow-md border border-gray-200 p-3 rounded-lg w-full laptop:p-1 xl:p-1">
|
||||
|
||||
Reference in New Issue
Block a user