Compare commits

..

No commits in common. "f3a6157080cfd9b6e75df1c8f9848acdb0a3d9d0" and "f9109d0348c0cbd915ae208d27dc0e8a5227c3e4" have entirely different histories.

View file

@ -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; }