pull/121/head
Timm Bogner 2 years ago
parent 72be302763
commit d088163d3d

@ -17,6 +17,6 @@ void setup() {
pinMode(COIL_PIN, OUTPUT);
}
void loop() {
if (status) digitalWrite(COIL_PIN, LOW);
else digitalWrite(COIL_PIN, HIGH);
if (status) digitalWrite(COIL_PIN, HIGH);
else digitalWrite(COIL_PIN, LOW);
}

@ -10,7 +10,7 @@
#define USE_ESPNOW
//#define USE_LORA
#define DEEP_SLEEP
//#define POWER_CTRL 14
#define POWER_CTRL 4
#define FDRS_DEBUG
//SPI Configuration -- Needed only on chipsets with multiple SPI interfaces (ESP32)

Loading…
Cancel
Save