Hello friends! Hello @igrr Is there any roadmap when the esp8266/Arduino core will be updated to 2.4.0 version? In the upcoming release, shall we have the new, corrected version SPIFFS v 3.6 ? Thanks in advance. Mike Kranidis
@igrr Yes without been expert on this, I suppose that this is it. Thanks Ivan for the very fast answer and for your invaluable contribution to esp8266 Arduino core. Have a nice day!
Hi there. I am using spi slave library and every time i get some spi data interrupts occur and i set a flag to true. Inside loop() i check the spi flag and if true i send spi data through http rest post to a server. Because of rest latency i miss interrupts. Is there any sort of queue to buffer incoming spi data so that i dont miss them?