mirror of
https://github.com/esphome/esphome.git
synced 2024-11-12 18:27:46 +01:00
Revert upgrade ESP8266 core
Binary size increased by 30kb
This commit is contained in:
parent
1fa4a2d256
commit
a323679771
4 changed files with 4 additions and 5 deletions
|
@ -41,11 +41,11 @@ stages:
|
||||||
|
|
||||||
- |
|
- |
|
||||||
if [[ "${IS_HASSIO}" == "YES" ]]; then
|
if [[ "${IS_HASSIO}" == "YES" ]]; then
|
||||||
BUILD_FROM=esphome/esphome-hassio-base-${BUILD_ARCH}:1.6.0
|
BUILD_FROM=esphome/esphome-hassio-base-${BUILD_ARCH}:1.5.1
|
||||||
BUILD_TO=esphome/esphome-hassio-${BUILD_ARCH}
|
BUILD_TO=esphome/esphome-hassio-${BUILD_ARCH}
|
||||||
DOCKERFILE=docker/Dockerfile.hassio
|
DOCKERFILE=docker/Dockerfile.hassio
|
||||||
else
|
else
|
||||||
BUILD_FROM=esphome/esphome-base-${BUILD_ARCH}:1.6.0
|
BUILD_FROM=esphome/esphome-base-${BUILD_ARCH}:1.5.1
|
||||||
if [[ "${BUILD_ARCH}" == "amd64" ]]; then
|
if [[ "${BUILD_ARCH}" == "amd64" ]]; then
|
||||||
BUILD_TO=esphome/esphome
|
BUILD_TO=esphome/esphome
|
||||||
else
|
else
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
ARG BUILD_FROM=esphome/esphome-base-amd64:1.6.0
|
ARG BUILD_FROM=esphome/esphome-base-amd64:1.5.1
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
#include "esphome/core/helpers.h"
|
#include "esphome/core/helpers.h"
|
||||||
#include "esphome/core/application.h"
|
#include "esphome/core/application.h"
|
||||||
#include "esphome/core/util.h"
|
#include "esphome/core/util.h"
|
||||||
//#include "esphome/components/status_led.h"
|
|
||||||
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <MD5Builder.h>
|
#include <MD5Builder.h>
|
||||||
|
|
|
@ -48,7 +48,7 @@ PLATFORMIO_ESP8266_LUT = {
|
||||||
'2.4.1': 'espressif8266@1.7.3',
|
'2.4.1': 'espressif8266@1.7.3',
|
||||||
'2.4.0': 'espressif8266@1.6.0',
|
'2.4.0': 'espressif8266@1.6.0',
|
||||||
'2.3.0': 'espressif8266@1.5.0',
|
'2.3.0': 'espressif8266@1.5.0',
|
||||||
'RECOMMENDED': 'espressif8266@2.1.0',
|
'RECOMMENDED': 'espressif8266@1.8.0',
|
||||||
'LATEST': 'espressif8266',
|
'LATEST': 'espressif8266',
|
||||||
'DEV': ARDUINO_VERSION_ESP8266_DEV,
|
'DEV': ARDUINO_VERSION_ESP8266_DEV,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue