• I further tried the example as is (just replaced SPI2 by SPI1), and it roughly works (neglecting the first-byte delay problem), but it runs VERY slow: The LEDs are updated only every 120 ms.

    Calling require("ESP8266").logDebug(false); improved it a bit but still 108 ms. Is it really supposed to run that slow?

About