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