1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-22 21:22:22 +01:00

Rename master branch to release (#1976)

This commit is contained in:
Otto Winter
2021-07-02 15:42:36 +02:00
committed by GitHub
parent 36861595f1
commit d5278351da
6 changed files with 6 additions and 6 deletions

View File

@@ -77,7 +77,7 @@ PLATFORMIO_ESP8266_LUT = {
# recommended version as otherwise a bunch of devices could be bricked
# * The docker images need to be updated to ship the new recommended version, in order not
# to DDoS platformio servers.
# Update this file: https://github.com/esphome/esphome-docker-base/blob/master/platformio.ini
# Update this file: https://github.com/esphome/esphome-docker-base/blob/main/platformio.ini
"RECOMMENDED": ARDUINO_VERSION_ESP8266["2.7.4"],
"LATEST": "espressif8266",
"DEV": ARDUINO_VERSION_ESP8266["dev"],