From 5f69e6ecf88d3277f20b930c4a15be17aec5e67b Mon Sep 17 00:00:00 2001 From: Maxim Prokhorov Date: Sat, 14 Jan 2023 23:33:16 +0000 Subject: [PATCH 1/2] back to dev --- package.json | 2 +- platform.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d3dfe90a9b..d85d07b684 100644 --- a/package.json +++ b/package.json @@ -2,5 +2,5 @@ "name": "framework-arduinoespressif8266", "description": "Arduino Wiring-based Framework (ESP8266 Core)", "url": "https://github.com/esp8266/Arduino", - "version": "3.1.1" + "version": "3.2.0-dev" } diff --git a/platform.txt b/platform.txt index e4dcc507cd..120cfb0042 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 (3.1.1) -version=3.1.1 +name=ESP8266 Boards (3.2.0-dev) +version=3.2.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 From 8df7ca5223e42f1099b5647920ea07e5b5f3826f Mon Sep 17 00:00:00 2001 From: Maxim Prokhorov Date: Sat, 14 Jan 2023 23:36:52 +0000 Subject: [PATCH 2/2] readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f0b6c3a41..8ee45dfcb5 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/3.1.0/) +- [Latest release documentation](https://arduino-esp8266.readthedocs.io/en/3.1.1/) - [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/3.1.0/](https://arduino-esp8266.readthedocs.io/en/3.1.0/) +Documentation: [https://arduino-esp8266.readthedocs.io/en/3.1.1/](https://arduino-esp8266.readthedocs.io/en/3.1.1/) ### Using git version