File tree Expand file tree Collapse file tree
adafruit_mini_sparkle_motion Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ CIRCUITPY_ESP_FLASH_MODE = qio
77CIRCUITPY_ESP_FLASH_FREQ = 80m
88CIRCUITPY_ESP_FLASH_SIZE = 4MB
99
10- CIRCUITPY_BLEIO = 0
10+ CIRCUITPY_BLEIO_NATIVE = 0
1111CIRCUITPY_ESPCAMERA = 0
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ CIRCUITPY_ESP_FLASH_MODE = qio
77CIRCUITPY_ESP_FLASH_FREQ = 80m
88CIRCUITPY_ESP_FLASH_SIZE = 4MB
99
10- CIRCUITPY_BLEIO = 0
10+ CIRCUITPY_BLEIO_NATIVE = 0
1111CIRCUITPY_ESPCAMERA = 0
Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ CIRCUITPY__EVE = 0
307307endif
308308
309309# default BLEIO after flash-size based defaults
310- CIRCUITPY_BLEIO ?= 1
310+ CIRCUITPY_BLEIO_NATIVE ?= 1
311311
312312# Modules dependent on other modules
313313CIRCUITPY_ESPNOW ?= $(CIRCUITPY_WIFI )
You can’t perform that action at this time.
0 commit comments