esphomeannouncements
I2C Frequency in boneIO ESP
Need to change I2C frequency.
• Pawel

Warnings
Hi, the latest Esphome moved logs about slow OLED response from debug to warning. You'd see:
Components should block for at most 20-30msIn order to get display response faster we need to speed up I2C bus. So please change your I2C config (frequency changed from 100kHz to 400kHz).
New I2C config.
i2c:
- id: bus_a
sda: GPIO14
scl: GPIO15
scan: True
frequency: 400kHz
- id: bus_b
sda: GPIO17
scl: GPIO33
scan: True
frequency: 400kHzChanges are already present in our github repository with Esphome config.
https://github.com/boneIO-eu/esphome/ .
Just remember to choose branch based on your board version.