From 1ad9f3eaa98d134fda7306dd624af27b886b5b71 Mon Sep 17 00:00:00 2001 From: devyte Date: Tue, 11 Dec 2018 21:38:13 -0300 Subject: [PATCH 1/3] bump platform.txt to 2.5.1-dev --- platform.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform.txt b/platform.txt index fbb1098e83..320a8debbf 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.0-beta1) -version=2.5.0-beta1 +name=ESP8266 Boards (2.5.1-dev) +version=2.5.1-dev runtime.tools.xtensa-lx106-elf-gcc.path={runtime.platform.path}/tools/xtensa-lx106-elf runtime.tools.esptool.path={runtime.platform.path}/tools/esptool From 80089563003b78ed7ebaf603f123c6339c7c19eb Mon Sep 17 00:00:00 2001 From: devyte Date: Tue, 11 Dec 2018 22:43:57 -0300 Subject: [PATCH 2/3] bump README.md to 2.5.0-beta1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 87e7a09d23..7b2d2b5831 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.4.2/) +- [Latest release documentation](https://arduino-esp8266.readthedocs.io/en/2.5.0-beta1/) - [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: `http://arduino.esp8266.com/stable/package_esp8266com_index.json` -Documentation: [https://arduino-esp8266.readthedocs.io/en/2.4.2/](https://arduino-esp8266.readthedocs.io/en/2.4.2/) +Documentation: [https://arduino-esp8266.readthedocs.io/en/2.5.0-beta1/](https://arduino-esp8266.readthedocs.io/en/2.5.0-beta1/) ### Using git version (basic instructions) [![Linux build status](https://travis-ci.org/esp8266/Arduino.svg)](https://travis-ci.org/esp8266/Arduino) @@ -113,7 +113,7 @@ Please provide as much context as possible: For minor fixes of code and documentation, please go ahead and submit a pull request. -Check out the list of issues which are easy to fix — [easy issues for 2.5.0](https://github.com/esp8266/Arduino/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.5.0+label%3A%22level%3A+easy%22). Working on them is a great way to move the project forward. +Check out the list of issues which are easy to fix — [easy issues pending](https://github.com/esp8266/Arduino/issues?q=is%3Aopen+is%3Aissue+label%3A%22level%3A+easy%22). Working on them is a great way to move the project forward. Larger changes (rewriting parts of existing code from scratch, adding new functions to the core, adding new libraries) should generally be discussed by opening an issue first. From 30b90dbf9d08c837f0f9ab138a64b823e874b6d9 Mon Sep 17 00:00:00 2001 From: Develo Date: Tue, 11 Dec 2018 23:29:18 -0300 Subject: [PATCH 3/3] Update platform.txt Fix version (back to -dev) --- platform.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform.txt b/platform.txt index 320a8debbf..30eece595b 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.1-dev) -version=2.5.1-dev +name=ESP8266 Boards (2.5.0-dev) +version=2.5.0-dev runtime.tools.xtensa-lx106-elf-gcc.path={runtime.platform.path}/tools/xtensa-lx106-elf runtime.tools.esptool.path={runtime.platform.path}/tools/esptool