mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-21 20:51:00 +00:00
remove second initSPI() (#6140)
This commit is contained in:
parent
e67b84ee06
commit
372b62aa35
@ -611,8 +611,7 @@ void setup()
|
||||
i2cScanner.reset();
|
||||
#endif
|
||||
|
||||
// Init our SPI controller (must be before screen and lora)
|
||||
initSPI();
|
||||
// initSPI() must have called at this point (must be before screen and lora)
|
||||
|
||||
#ifdef HAS_SDCARD
|
||||
setupSDCard();
|
||||
|
Loading…
Reference in New Issue
Block a user