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

Removed workaround for ARDUINO_THINGPULSE_EPULSE_FEATHER #90

Merged
merged 1 commit into from
Jun 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading