mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
in ems-esp:setup: set GPIO15 to HIGH so we don't disturb the EMS-Bus during boot
This commit is contained in:
@@ -1811,6 +1811,10 @@ void setup() {
|
|||||||
INIT_MARKERS(0);
|
INIT_MARKERS(0);
|
||||||
LA_PULSE(50);
|
LA_PULSE(50);
|
||||||
|
|
||||||
|
// GPIO15 has a pull down, so we must set it to HIGH
|
||||||
|
pinMode(15, OUTPUT);
|
||||||
|
digitalWrite(15,1);
|
||||||
|
|
||||||
// init our own parameters
|
// init our own parameters
|
||||||
initEMSESP();
|
initEMSESP();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user