From 38a110fa8f7d07a72b0605cd9aa08be90f05eafb Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Sun, 18 Aug 2024 14:07:07 -0400 Subject: [PATCH] z --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index f9f9d60..b80637b 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