Skip to content

Commit f46ec02

Browse files
authored
Merge pull request #1484 from larsks/issue/1483
tell people that esp8266 is no longer supported
2 parents 736d21f + 3d3c50f commit f46ec02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ports/esp8266/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ SRC_QSTR += $(SRC_C) $(SRC_COMMON_HAL_EXPANDED) $(SRC_SHARED_MODULE_EXPANDED) $(
216216
# Append any auto-generated sources that are needed by sources listed in SRC_QSTR
217217
SRC_QSTR_AUTO_DEPS +=
218218

219-
all: $(BUILD)/libaxtls.a $(FWBIN)
219+
all:
220+
@echo "CircuitPython 4.0.0 and later do not support esp8266 boards."
220221

221222
CONFVARS_FILE = $(BUILD)/confvars
222223

0 commit comments

Comments
 (0)