Add debug logging for I2C and update I2C configuration to disable scanning
This commit is contained in:
@@ -20,6 +20,10 @@ esp32:
|
||||
|
||||
logger:
|
||||
level: WARN
|
||||
logs:
|
||||
gt911: DEBUG
|
||||
i2c: DEBUG
|
||||
max17043: DEBUG
|
||||
|
||||
api:
|
||||
encryption:
|
||||
|
||||
@@ -7,6 +7,7 @@ i2c:
|
||||
sda: 8
|
||||
scl: 9
|
||||
frequency: 400kHz
|
||||
scan: false
|
||||
|
||||
# CH422G I/O expander (Waveshare uses it for LCD reset/backlight/touch reset)
|
||||
ch422g:
|
||||
|
||||
Reference in New Issue
Block a user