/* 5v - vin scl - d1 sda - d2 VOCs Sensor(GSBT11-p11) vcc - 5v vvolt-a0 */ // includes #include "ESP8266WiFi.h" #include "WiFiClientSecure.h" #include #include "SSD1306Wire.h" // oled 라이브러리, 아두이노 우노 사용시는 #include "SSD1306.h" #define DEBUG true #include #include "SparkFunBME280.h" BME280 mySensor; //SSD1306 display(0x3c, 4, 5);//0x3C being the usual address of the OLED sda d2-4, sck d1-5 SSD1306W..