Add delay so GPS and Radio have time to power up (#3334)

* Add delay so GPS and Radio have time to power up

* reduce the delay a bit

* make delay more generic / configurable

* remove whitespace changes
This commit is contained in:
Steven Osborn
2024-03-07 05:11:25 -08:00
committed by GitHub
parent 2dd751e339
commit c860493e68
3 changed files with 9 additions and 1 deletions

View File

@@ -103,6 +103,9 @@ static const uint8_t A0 = PIN_A0;
#define EXTERNAL_FLASH_DEVICES MX25R1635F
#define EXTERNAL_FLASH_USE_QSPI
// Add a delay on startup to allow LoRa and GPS to power up
#define PIN_PWR_DELAY_MS 100
/*
* Lora radio
*/