Skip to content

Commit f1ced60

Browse files
committed
move CIRCUITPY_I2C_ALLOW_STRAPPING_PINS to correct file
1 parent 7b9e9d5 commit f1ced60

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ports/espressif/boards/sensebox_mcu_esp32s2/mpconfigboard.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@
3131

3232
#define MICROPY_HW_NEOPIXEL (&pin_GPIO1)
3333

34-
3534
#define CIRCUITPY_I2C_ALLOW_INTERNAL_PULL_UP 1
36-
#define CIRCUITPY_I2C_ALLOW_STRAPPING_PINS 1
3735

3836
#define CIRCUITPY_BOARD_I2C (2)
3937
#define CIRCUITPY_BOARD_I2C_PIN {{.scl = &pin_GPIO40, .sda = &pin_GPIO39}, \

ports/espressif/boards/sensebox_mcu_esp32s2/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ CIRCUITPY_ESP_FLASH_FREQ = 80m
1212
CIRCUITPY_ESPCAMERA = 0
1313

1414
CIRCUITPY_REQUIRE_I2C_PULLUPS = 0
15+
CIRCUITPY_I2C_ALLOW_STRAPPING_PINS = 1
1516

1617
# Include these Python libraries in firmware.
1718
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel

0 commit comments

Comments
 (0)