Ver código fonte

[Makefile]change name WUI_DIR

balbekova 5 anos atrás
pai
commit
f12864f478
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      modules/Makefile

+ 3 - 3
modules/Makefile

@@ -176,17 +176,17 @@ endif
 
 #Building Web UI FS
 ifeq ($(HARDWARE), bt6707)
-	WUI_DIR = ../web_interface/dist/wui-6
+	WUI_DIR = ../web_interface/dist/wui-7
 	FSDATA_DIR = ./HTTP_Server/bt6707_fs
 endif
 
 ifeq ($(HARDWARE), bt6709)
-	WUI_DIR = ../web_interface/dist/wui-8
+	WUI_DIR = ../web_interface/dist/wui-9
 	FSDATA_DIR = ./HTTP_Server/bt6709_fs
 endif
 
 ifeq ($(HARDWARE), bt6703)
-	WUI_DIR = ../web_interface/dist/wui
+	WUI_DIR = ../web_interface/dist/wui-3
 	FSDATA_DIR = ./HTTP_Server/bt6703_fs
 endif