Default gifio to camera setting

This commit is contained in:
Scott Shawcroft 2022-07-12 14:12:25 -07:00
parent 23bbb19138
commit 8093f8e555
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA

View File

@ -233,7 +233,7 @@ CIRCUITPY_GETPASS ?= $(CIRCUITPY_FULL_BUILD)
CFLAGS += -DCIRCUITPY_GETPASS=$(CIRCUITPY_GETPASS) CFLAGS += -DCIRCUITPY_GETPASS=$(CIRCUITPY_GETPASS)
ifeq ($(CIRCUITPY_DISPLAYIO),1) ifeq ($(CIRCUITPY_DISPLAYIO),1)
CIRCUITPY_GIFIO ?= $(CIRCUITPY_FULL_BUILD) CIRCUITPY_GIFIO ?= $(CIRCUITPY_CAMERA)
else else
CIRCUITPY_GIFIO ?= 0 CIRCUITPY_GIFIO ?= 0
endif endif