From c3aa834d809c5a6a8f60b6c0917a236d61b098d3 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Fri, 18 Oct 2019 14:46:09 +0200 Subject: [PATCH] Fork some base libraries (#758) * Fork some base libraries * Update ESPAsyncWebServer --- .gitlab-ci.yml | 4 --- .travis.yml | 4 --- esphome/components/async_tcp/__init__.py | 4 +-- esphome/components/mqtt/__init__.py | 2 +- esphome/components/neopixelbus/light.py | 2 +- .../components/web_server_base/__init__.py | 4 +-- platformio.ini | 8 ++--- script/.neopixelbus.patch | 35 ------------------- script/ci-custom.py | 1 - script/lint-cpp | 3 -- 10 files changed, 10 insertions(+), 57 deletions(-) delete mode 100644 script/.neopixelbus.patch diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3278827486..4ed0973cdd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -107,10 +107,6 @@ lint-tidy: <<: *lint script: - pio init --ide atom - - | - if ! patch -R -p0 -s -f --dry-run