Skip to content

Commit

Permalink
Remove cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
TokenRat committed Sep 10, 2024
1 parent 437ed69 commit 95afe29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/EFBoard/EFBoard.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,13 @@
*/

#include "EFBoardPowerState.h"
#include "driver/adc.h"

#define EFBOARD_FIRMWARE_VERSION "v1.1.0"
#define EFBOARD_SERIAL_DEVICE USBSerial //!< Serial device to use for logging
#define EFBOARD_SERIAL_BAUD 115200 //!< Baudrate for the serial device

// The Step-Down converter still manages to hold 3.00V with 3,32V input. The ESP needs 3.0V at least
#define EFBOARD_PIN_VBAT 10 //!< Pin the analog voltage divider for V_BAT is connected to (ADC1_CH9)
#define EFBOARD_ADC_CHANNEL ADC1_CHANNEL_9 //!< ESP32 ADC1 Channel
#define EFBOARD_NUM_BATTERIES 3 //!< Number of battery cells used for V_BAT
#define EFBOARD_VBAT_MAX (1.60 * EFBOARD_NUM_BATTERIES) //!< Voltage at which battery cells are considered full
#define EFBOARD_VBAT_MIN (1.13 * EFBOARD_NUM_BATTERIES) //!< Voltage at which battery cells are considered empty
Expand Down

0 comments on commit 95afe29

Please sign in to comment.