From efd22461fe1022dfec49d78e2e6fdec0fcb7d1bc Mon Sep 17 00:00:00 2001 From: Ollo Date: Wed, 9 Sep 2026 21:46:17 +0200 Subject: [PATCH] Disabled Water flow pin --- esp32/platformio.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/esp32/platformio.ini b/esp32/platformio.ini index 892fee2..6bb8a06 100644 --- a/esp32/platformio.ini +++ b/esp32/platformio.ini @@ -21,7 +21,6 @@ build_flags = -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY -DPLANT5_SENSORTYPE=FREQUENCY_MOD_RESISTANCE_PROBE -DPLANT6_SENSORTYPE=FREQUENCY_MOD_RESISTANCE_PROBE -DTIMED_LIGHT_PIN=CUSTOM1_PIN5 - -DFLOWMETER_PIN=CUSTOM1_PIN1 -DANALOG_WATER=GPIO_NUM_34 ; Optional: Compatibilitymode for hardware revision 0.7 ;-DHWREVISION07=1 @@ -38,6 +37,3 @@ lib_deps = bblanchon/ArduinoJson@^6.20.1 pololu/VL53L0X@^1.3.1 https://github.com/homieiot/homie-esp8266.git#develop -[platformio] - -extra_configs = custom_platformio.ini