Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Commit

Permalink
Removed workaround for ARDUINO_THINGPULSE_EPULSE_FEATHER (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs authored Jun 6, 2024
1 parent 9ea9325 commit 3f26688
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions BresserWeatherSensorTTNCfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3f26688

Please sign in to comment.