mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-04 22:18:57 +00:00
Add the beginnings of I2C support.
This commit is contained in:
parent
c5b542f438
commit
519af80ac4
3 changed files with 100 additions and 23 deletions
3
Config.h
3
Config.h
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue