I'm changing disply driver from Adafruit_SSD1306.h to Adafruit_SH110X.h My code (which is still a wrok in progress) workes just fine with Adafruit_SSD1306.h but changing to Adafruit_SH110X.h I run ...
WiFiServer server(80); // port 80. long LastSampleTime = 0; const long period = 5000; //Intervalle reception des mesures ici 5 secondes. String header; // Pour la réception des données du SDS011. byte ...