ESPNTPServer/.gitmodules
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

31 lines
1.1 KiB
Plaintext

[submodule "hardware/esp8266com/esp8266"]
path = hardware/esp8266com/esp8266
url = https://github.com/esp8266/Arduino.git
[submodule "libraries/DLog"]
path = libraries/DLog
url = https://github.com/liebman/DLog.git
[submodule "libraries/DLogNet"]
path = libraries/DLogNet
url = https://github.com/liebman/DLogNet.git
[submodule "libraries/MicroNMEA"]
path = libraries/MicroNMEA
url = https://github.com/liebman/MicroNMEA.git
branch = handle-empty-date-or-time
[submodule "libraries/WiFiManager"]
path = libraries/WiFiManager
url = https://github.com/liebman/WiFiManager.git
branch = stdfunc
[submodule "libraries/esp8266-oled-ssd1306"]
path = libraries/esp8266-oled-ssd1306
url = https://github.com/liebman/esp8266-oled-ssd1306.git
branch = cleanup-warnings
[submodule "libraries/ESPAsyncUDP"]
path = libraries/ESPAsyncUDP
url = https://github.com/me-no-dev/ESPAsyncUDP.git
[submodule "libraries/Syslog"]
path = libraries/Syslog
url = https://github.com/arcao/Syslog.git
[submodule "libraries/ArduinoJson"]
path = libraries/ArduinoJson
url = https://github.com/bblanchon/ArduinoJson.git