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

Commit

Permalink
Update BresserWeatherSensorTTNCfg.h
Browse files Browse the repository at this point in the history
matthias-bs authored Mar 26, 2024
1 parent d1399a1 commit a9b5458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BresserWeatherSensorTTNCfg.h
Original file line number Diff line number Diff line change
@@ -132,7 +132,7 @@
#pragma message("On-board voltage divider must be enabled for battery voltage measurement (see schematic).")
#pragma message("Setting BATTERY_WEAK 0 (no power-saving).")
#define BATTERY_WEAK 0
#elif defined(ARDUINO_M5STACK_CORE2)
#elif defined(ARDUINO_M5STACK_Core2)
#pragma message("Setting BATTERY_WEAK 0 (no power-saving).")
#define BATTERY_WEAK 0
#else
@@ -144,7 +144,7 @@
// External voltage divider required
#pragma message("Setting BATTERY_LOW 0 (no deep-discharge prevention).")
#define BATTERY_LOW 0
#elif defined(FIREBEETLE_ESP32_COVER_LORA) || defined(ARDUINO_M5STACK_CORE2)
#elif defined(FIREBEETLE_ESP32_COVER_LORA) || defined(ARDUINO_M5STACK_Core2)
#pragma message("Setting BATTERY_LOW 0 (no deep-discharge prevention).")
#define BATTERY_LOW 0
#else

0 comments on commit a9b5458

Please sign in to comment.