From 2759b0f9c0afb60567dfeda31f61a394b015318c Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Sun, 18 Aug 2024 14:06:26 -0400 Subject: [PATCH] Stop poll --- src/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.js b/src/main.js index d26b1a6..f9f9d60 100644 --- a/src/main.js +++ b/src/main.js @@ -1,5 +1,5 @@ // Import modules -const gpio = require('./custom_modules/VoidGPIO.js'); +const { gpio } = require('./custom_modules/VoidGPIO.js'); gpio.debugInit(); -setInterval(gpio.poll, 1000); \ No newline at end of file +// setInterval(gpio.poll, 1000); \ No newline at end of file