From a9511be29b10ffe1fda54646f6e3bac224304af5 Mon Sep 17 00:00:00 2001 From: technyon Date: Thu, 18 May 2023 11:59:44 +0200 Subject: [PATCH] remove unused defines --- Gpio.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Gpio.cpp b/Gpio.cpp index 739c541..301c360 100644 --- a/Gpio.cpp +++ b/Gpio.cpp @@ -264,10 +264,6 @@ void Gpio::setPinOutput(const uint8_t& pin, const uint8_t& state) digitalWrite(pin, state); } -#define TRIGGER_LOCK_PIN 32 -#define TRIGGER_UNLOCK_PIN 33 -#define TRIGGER_UNLATCH_PIN 27 - void Gpio::migrateObsoleteSetting() { _pinConfiguration.clear();