mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 01:39:30 +02:00
Compare commits
No commits in common. "f3a6157080cfd9b6e75df1c8f9848acdb0a3d9d0" and "f9109d0348c0cbd915ae208d27dc0e8a5227c3e4" have entirely different histories.
f3a6157080
...
f9109d0348
1 changed files with 0 additions and 3 deletions
|
@ -21,9 +21,6 @@ class StarkHal : public Esp32Hal {
|
|||
public:
|
||||
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
|
||||
virtual gpio_num_t PIN_5V_EN() { return GPIO_NUM_NC; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue