tell people that esp8266 is no longer supported

Closes #1483
This commit is contained in:
Lars Kellogg-Stedman 2019-01-22 15:39:54 -05:00
parent 9e8d182fe1
commit 3d3c50f927
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 # Append any auto-generated sources that are needed by sources listed in SRC_QSTR
SRC_QSTR_AUTO_DEPS += 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 CONFVARS_FILE = $(BUILD)/confvars