Merge branch 'gpio' of github.com:technyon/nuki_hub into gpio
This commit is contained in:
5
Gpio.cpp
5
Gpio.cpp
@@ -1,7 +1,6 @@
|
||||
#include <esp32-hal.h>
|
||||
#include "Gpio.h"
|
||||
#include "Arduino.h"
|
||||
#include "Pins.h"
|
||||
#include "Logger.h"
|
||||
#include "PreferencesKeys.h"
|
||||
#include "RestartReason.h"
|
||||
@@ -289,10 +288,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();
|
||||
|
||||
Reference in New Issue
Block a user