Skip to content

Commit

Permalink
Removed workaround for ARDUINO_THINGPULSE_EPULSE_FEATHER
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Jun 13, 2024
1 parent 03125fd commit b663b6b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions BresserWeatherSensorLWCfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
// Updated HELTEC_WIFI_LORA_32_V3 definition
// Modified STATUS_INTERVAL
// 20240608 Added MAX_NUM_868MHZ_SENSORS
// 20240613 Removed workaround for ARDUINO_THINGPULSE_EPULSE_FEATHER
//
// Note:
// Depending on board package file date, either
Expand Down Expand Up @@ -90,13 +91,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

// Uplink message payload size
// The maximum allowed for all data rates is 51 bytes.
const uint8_t PAYLOAD_SIZE = 51;
Expand Down

0 comments on commit b663b6b

Please sign in to comment.