Board bootup time is 1 s for all HW

This commit is contained in:
Jaakko Haakana 2025-07-13 09:42:10 +03:00
parent 1bfd331e63
commit e1b80e0f2a
5 changed files with 1 additions and 6 deletions

View file

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