call initSPI before the lock is used

This commit is contained in:
mverch67 2024-12-17 19:13:58 +01:00
parent a3bc029700
commit 36398bef68

View File

@ -361,6 +361,8 @@ void setup()
#endif #endif
#endif #endif
initSPI();
OSThread::setup(); OSThread::setup();
ledPeriodic = new Periodic("Blink", ledBlinker); ledPeriodic = new Periodic("Blink", ledBlinker);