Removing small delay as it does not appear to help.

This commit is contained in:
Filip Strajnar 2024-09-25 00:14:55 +02:00
parent 82d7ab5e6f
commit 1ea476ef21

View file

@ -40,7 +40,6 @@ namespace Proculite.GpioRest.Services
} }
_gpioController.OpenPin(pin, pinMode, PinValue.Low); _gpioController.OpenPin(pin, pinMode, PinValue.Low);
Thread.Sleep(200);
} }
} }