From e7ada41977020a8c5bf33174c72af214243e2f57 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Sun, 18 Aug 2024 14:37:59 -0400 Subject: [PATCH] Removing more vestigials --- src/custom_modules/VoidGPIO.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/custom_modules/VoidGPIO.js b/src/custom_modules/VoidGPIO.js index e5eab60..69ef74a 100644 --- a/src/custom_modules/VoidGPIO.js +++ b/src/custom_modules/VoidGPIO.js @@ -1,6 +1,4 @@ const { exec } = require('child_process'); -const { pins } = require('./config.json'); -const sleep = ms => new Promise(resolve => setTimeout(resolve, ms)); module.exports = { // Calls the GPIO Interface script to toggle a pin's state opposite of its current state