mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Revert upgrade ESP8266 core
Binary size increased by 30kb
This commit is contained in:
		| @@ -41,11 +41,11 @@ stages: | ||||
|  | ||||
|     - | | ||||
|       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} | ||||
|         DOCKERFILE=docker/Dockerfile.hassio | ||||
|       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 | ||||
|           BUILD_TO=esphome/esphome | ||||
|         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} | ||||
|  | ||||
| COPY . . | ||||
|   | ||||
| @@ -4,7 +4,6 @@ | ||||
| #include "esphome/core/helpers.h" | ||||
| #include "esphome/core/application.h" | ||||
| #include "esphome/core/util.h" | ||||
| //#include "esphome/components/status_led.h" | ||||
|  | ||||
| #include <cstdio> | ||||
| #include <MD5Builder.h> | ||||
|   | ||||
| @@ -48,7 +48,7 @@ PLATFORMIO_ESP8266_LUT = { | ||||
|     '2.4.1': 'espressif8266@1.7.3', | ||||
|     '2.4.0': 'espressif8266@1.6.0', | ||||
|     '2.3.0': 'espressif8266@1.5.0', | ||||
|     'RECOMMENDED': 'espressif8266@2.1.0', | ||||
|     'RECOMMENDED': 'espressif8266@1.8.0', | ||||
|     'LATEST': 'espressif8266', | ||||
|     'DEV': ARDUINO_VERSION_ESP8266_DEV, | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user