mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 19:02:18 +01:00
Enable nodelay for phase 1 of OTAv2
This commit is contained in:
@@ -16,11 +16,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
platformio settings set check_platforms_interval 1000000
|
||||
|
||||
COPY docker/platformio.ini /pio/platformio.ini
|
||||
ARG ESPHOMELIB_VERSION=""
|
||||
RUN platformio run -d /pio; rm -rf /pio && \
|
||||
/bin/bash -c "if [ ! -z '$ESPHOMELIB_VERSION']; then \
|
||||
platformio lib -g install '${ESPHOMELIB_VERSION}'; \
|
||||
fi"
|
||||
RUN platformio run -d /pio; rm -rf /pio
|
||||
|
||||
|
||||
COPY . .
|
||||
|
Reference in New Issue
Block a user