ESP8266/SSD1306 OLED using I2C - Migrating project from UNO to Espduino

ElHefe:
Fixed it:

#define OLED_RESET 4 //changed this to 16 and now it works! I think it was continuously resetting.

This helped me a lot! do you know why 4 had to be changed to 16!