Skip to content
This repository was archived by the owner on Sep 29, 2020. It is now read-only.

Commit e2f8ee4

Browse files
committed
Fixed case of WiFi in makefile for case-sensitive filesystems
1 parent b8d7216 commit e2f8ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RepRapFirmware.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RRF_SRC_DIRS += Display Display/ST7920
1414
ifeq ($(NETWORKING), true)
1515
RRF_SRC_DIRS += Networking Networking/RTOSPlusTCPEthernet
1616
else ifeq ($(ESP8266WIFI), true)
17-
RRF_SRC_DIRS += Networking Networking/ESP8266WIFI
17+
RRF_SRC_DIRS += Networking Networking/ESP8266WiFi
1818
else
1919
RRF_SRC_DIRS += LPC/NoNetwork
2020
endif

0 commit comments

Comments
 (0)