1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 02:42:19 +01:00

Fork some base libraries (#758)

* Fork some base libraries

* Update ESPAsyncWebServer
This commit is contained in:
Otto Winter
2019-10-18 14:46:09 +02:00
committed by GitHub
parent 68d0d045c0
commit c3aa834d80
10 changed files with 10 additions and 57 deletions

View File

@@ -6,9 +6,6 @@ cd "$(dirname "$0")/.."
if [[ ! -e ".gcc-flags.json" ]]; then
pio init --ide atom
fi
if ! patch -R -p0 -s -f --dry-run <script/.neopixelbus.patch; then
patch -p0 < script/.neopixelbus.patch
fi
set -x