Skip to content

Commit 3d3c50f

Browse files
committed
tell people that esp8266 is no longer supported
Closes #1483
1 parent 9e8d182 commit 3d3c50f

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)