From cf4d9c7493e4b1c2c967f6c9950967df88f5a532 Mon Sep 17 00:00:00 2001 From: Matthias Prinke <83612361+matthias-bs@users.noreply.github.com> Date: Thu, 6 Jun 2024 13:27:16 +0200 Subject: [PATCH] Removed workaround for ARDUINO_THINGPULSE_EPULSE_FEATHER --- BresserWeatherSensorTTNCfg.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/BresserWeatherSensorTTNCfg.h b/BresserWeatherSensorTTNCfg.h index 22ca819..38d3c0b 100644 --- a/BresserWeatherSensorTTNCfg.h +++ b/BresserWeatherSensorTTNCfg.h @@ -68,6 +68,8 @@ // 20231102 Added ARDUINO_THINGPULSE_EPULSE_FEATHER for special // VBAT voltage divider // 20240325 Added configuration for M5Stack Core2 with M5Stack Module LoRa868 +// 20240606 Removed workaround for ARDUINO_THINGPULSE_EPULSE_FEATHER +// (Now available in arduino-esp32 v3.0.X) // // Note: // Depending on board package file date, either @@ -102,13 +104,6 @@ // #define FIREBEETLE_ESP32_COVER_LORA #endif -#if defined(ARDUINO_FEATHER_ESP32) -// The Thingpulse ePulse Feather board has the same pinout as -// the Adafruit Feather ESP32 board, but a different VBAT voltage divider! -// See https://github.com/matthias-bs/BresserWeatherSensorTTN/issues/55 -// #define ARDUINO_THINGPULSE_EPULSE_FEATHER -#endif - //--- Select LoRaWAN Network --- // The Things Network #define ARDUINO_LMIC_CFG_NETWORK_TTN 1