mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-19 08:17:26 +00:00
call initSPI before the lock is used
This commit is contained in:
parent
a3bc029700
commit
36398bef68
@ -361,6 +361,8 @@ void setup()
|
||||
#endif
|
||||
#endif
|
||||
|
||||
initSPI();
|
||||
|
||||
OSThread::setup();
|
||||
|
||||
ledPeriodic = new Periodic("Blink", ledBlinker);
|
||||
|
Loading…
Reference in New Issue
Block a user