From c6e22ecc1e72cca5bd5dbc7ef7c730c93239cc38 Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Mon, 20 May 2019 12:11:32 -0700 Subject: [PATCH 1/3] Return to 2.6.0-dev tag 2.5.2 release completed, time for 2.6.0 work --- platform.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform.txt b/platform.txt index 6c0a89100e..b28a3aaba9 100644 --- a/platform.txt +++ b/platform.txt @@ -5,8 +5,8 @@ # For more info: # https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification -name=ESP8266 Boards (2.5.2) -version=2.5.2 +name=ESP8266 Boards (2.6.0-dev) +version=2.6.0 # These will be removed by the packager script when doing a JSON release runtime.tools.xtensa-lx106-elf-gcc.path={runtime.platform.path}/tools/xtensa-lx106-elf From 7bcb8c3dfb0cec34690d7748f2a73e3980ac1a13 Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Mon, 20 May 2019 12:13:48 -0700 Subject: [PATCH 2/3] Update readme.md, too --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8014dbd1f..a347be7cb5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Arduino core for ESP8266 WiFi chip # Quick links -- [Latest release documentation](https://arduino-esp8266.readthedocs.io/en/2.5.1/) +- [Latest release documentation](https://arduino-esp8266.readthedocs.io/en/2.5.2/) - [Current "git version" documentation](https://arduino-esp8266.readthedocs.io/en/latest/) - [Install git version](https://arduino-esp8266.readthedocs.io/en/latest/installing.html#using-git-version) ([sources](doc/installing.rst#using-git-version)) @@ -36,7 +36,7 @@ Starting with 1.6.4, Arduino allows installation of third-party platform package #### Latest release [![Latest release](https://img.shields.io/github/release/esp8266/Arduino.svg)](https://github.com/esp8266/Arduino/releases/latest/) Boards manager link: `https://arduino.esp8266.com/stable/package_esp8266com_index.json` -Documentation: [https://arduino-esp8266.readthedocs.io/en/2.5.1/](https://arduino-esp8266.readthedocs.io/en/2.5.1/) +Documentation: [https://arduino-esp8266.readthedocs.io/en/2.5.2/](https://arduino-esp8266.readthedocs.io/en/2.5.2/) ### Using git version (basic instructions) [![Linux build status](https://travis-ci.org/esp8266/Arduino.svg)](https://travis-ci.org/esp8266/Arduino) From 0f4556fac5f3af83fd064a81a70d82975e84cfb7 Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Mon, 20 May 2019 13:22:15 -0700 Subject: [PATCH 3/3] Add missing -dev version --- platform.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.txt b/platform.txt index b28a3aaba9..2ba6dfefa0 100644 --- a/platform.txt +++ b/platform.txt @@ -6,7 +6,7 @@ # https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification name=ESP8266 Boards (2.6.0-dev) -version=2.6.0 +version=2.6.0-dev # These will be removed by the packager script when doing a JSON release runtime.tools.xtensa-lx106-elf-gcc.path={runtime.platform.path}/tools/xtensa-lx106-elf