Merge pull request #1484 from larsks/issue/1483

tell people that esp8266 is no longer supported
This commit is contained in:
Scott Shawcroft 2019-01-22 13:24:51 -08:00 committed by GitHub
commit f46ec0253d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -216,7 +216,8 @@ SRC_QSTR += $(SRC_C) $(SRC_COMMON_HAL_EXPANDED) $(SRC_SHARED_MODULE_EXPANDED) $(
# Append any auto-generated sources that are needed by sources listed in SRC_QSTR
SRC_QSTR_AUTO_DEPS +=
all: $(BUILD)/libaxtls.a $(FWBIN)
all:
@echo "CircuitPython 4.0.0 and later do not support esp8266 boards."
CONFVARS_FILE = $(BUILD)/confvars