ESPNTPServer/setup.sh
liebman 8a53197001
Reorg (#1)
* 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
2018-06-12 19:04:20 -07:00

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