mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Merge pull request #1592 from dalathegreat/improvement/stark-BMS-on-by-default
Stark CMR: Make BMS power on by default
This commit is contained in:
commit
f3a6157080
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ class StarkHal : public Esp32Hal {
|
||||||
public:
|
public:
|
||||||
const char* name() { return "Stark CMR Module"; }
|
const char* name() { return "Stark CMR Module"; }
|
||||||
|
|
||||||
|
//Always enable BMS power on Stark CMR, it does not collide with any pin definitions
|
||||||
|
virtual bool always_enable_bms_power() { return true; }
|
||||||
|
|
||||||
// Not needed, GPIO 16 has hardware pullup for PSRAM compatibility
|
// Not needed, GPIO 16 has hardware pullup for PSRAM compatibility
|
||||||
virtual gpio_num_t PIN_5V_EN() { return GPIO_NUM_NC; }
|
virtual gpio_num_t PIN_5V_EN() { return GPIO_NUM_NC; }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue