Add the beginnings of I2C support.

This commit is contained in:
Jonathan Naylor 2020-11-13 15:20:54 +00:00
parent c5b542f438
commit 519af80ac4
3 changed files with 100 additions and 23 deletions

View file

@ -107,6 +107,9 @@
// Use the modem as a serial repeater for Nextion displays
#define SERIAL_REPEATER
// Use the modem as an I2C repeater for OLED displays
#define I2C_REPEATER
// To reduce CPU load, you can remove the DC blocker by commenting out the next line
#define USE_DCBLOCKER