mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-08 13:10:29 +00:00
misc
This commit is contained in:
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…
Reference in New Issue
Block a user