mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Board bootup time is 1 s for all HW
This commit is contained in:
parent
1bfd331e63
commit
e1b80e0f2a
5 changed files with 1 additions and 6 deletions
|
@ -20,7 +20,6 @@ GPIOs on extra header
|
|||
class StarkHal : public Esp32Hal {
|
||||
public:
|
||||
const char* name() { return "Stark CMR Module"; }
|
||||
duration BOOTUP_TIME() { return milliseconds(5000); }
|
||||
|
||||
// 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