* reorg to include core and librany deps in project using submodules * added script to insure submodules and such are setup * added OTA update support and started on syslog logging * added syslog logging support & Config saving via SPIFFS/Json file * start travis builds * DebugLevel * added eagle designs * added enclosure * update README
12 lines
184 B
Bash
Executable File
12 lines
184 B
Bash
Executable File
#!/bin/sh
|
|
|
|
git submodule init
|
|
git submodule update
|
|
test -x .setup_hook.sh && ./.setup_hook.sh
|
|
cd hardware/esp8266com/esp8266
|
|
git submodule init
|
|
git submodule update
|
|
cd tools
|
|
./get.py
|
|
|