mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-27 12:12:07 +00:00
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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user