Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a72e2bed63
|
||
|
|
679f0adbae
|
@@ -20,3 +20,4 @@ cmake-build-debug/
|
|||||||
.sass-cache
|
.sass-cache
|
||||||
|
|
||||||
*.map
|
*.map
|
||||||
|
.gitignore
|
||||||
|
|||||||
@@ -210,6 +210,21 @@ espmac:
|
|||||||
all: checkdirs
|
all: checkdirs
|
||||||
$(Q) make actual_all -j4 -B
|
$(Q) make actual_all -j4 -B
|
||||||
|
|
||||||
|
release:
|
||||||
|
ESP_LANG=cs make web
|
||||||
|
make actual_all -j4
|
||||||
|
cp firmware/0x00000.bin release/0x00000.bin
|
||||||
|
cp firmware/0x40000.bin release/0x40000-CS.bin
|
||||||
|
|
||||||
|
ESP_LANG=en make web
|
||||||
|
make actual_all -j4
|
||||||
|
cp firmware/0x40000.bin release/0x40000-EN.bin
|
||||||
|
|
||||||
|
ESP_LANG=de make web
|
||||||
|
make actual_all -j4
|
||||||
|
cp firmware/0x40000.bin release/0x40000-DE.bin
|
||||||
|
|
||||||
|
|
||||||
actual_all: parser $(TARGET_OUT) $(FW_BASE)
|
actual_all: parser $(TARGET_OUT) $(FW_BASE)
|
||||||
|
|
||||||
libesphttpd/Makefile:
|
libesphttpd/Makefile:
|
||||||
|
|||||||
+1
-1
Submodule front-end updated: 6f165da9b6...69e5b77447
@@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
||||||
Reference in New Issue
Block a user