8000 Disable i2ctarget on ESP · rsbohn/circuitpython@295c774 · GitHub
[go: up one dir, main page]

Skip to content

Commit 295c774

Browse files
committed
Disable i2ctarget on ESP
According to adafruit#8520 it was never fully implemented and the IDF API has changed in 5.2, which we haven't switched to yet.
1 parent d2f9867 commit 295c774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/espressif/mpconfigport.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ CIRCUITPY_ESPULP ?= 1
3232
CIRCUITPY_FRAMEBUFFERIO ?= 1
3333
CIRCUITPY_FREQUENCYIO ?= 1
3434
CIRCUITPY_HASHLIB ?= 1
35-
CIRCUITPY_I2CTARGET ?= 1
35+
CIRCUITPY_I2CTARGET ?= 0
3636
CIRCUITPY_IMAGECAPTURE = 0
3737
CIRCUITPY_MEMORYMAP ?= 1
3838
CIRCUITPY_NVM ?= 1

0 commit comments

Comments
 (0)
0