8000 Merge pull request #8869 from tannewt/disable_esp_i2ctarget · rsbohn/circuitpython@ed46b4c · GitHub
[go: up one dir, main page]

Skip to content

Commit ed46b4c

Browse files
authored
Merge pull request adafruit#8869 from tannewt/disable_esp_i2ctarget
Disable i2ctarget on ESP
2 parents c97b7e2 + 295c774 commit ed46b4c

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