remove old one

This commit is contained in:
mverch67 2024-12-17 19:20:58 +01:00
parent 36398bef68
commit 9d20201580

View File

@ -647,8 +647,6 @@ void setup()
rp2040Setup();
#endif
initSPI(); // needed here before reading from littleFS
// We do this as early as possible because this loads preferences from flash
// but we need to do this after main cpu init (esp32setup), because we need the random seed set
nodeDB = new NodeDB;