mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-25 20:02:37 +03:00
Back to 3.1.0-dev (#8181)
This commit is contained in:
parent
cbf44fb343
commit
421d02eec1
@ -3,7 +3,7 @@ Arduino core for ESP8266 WiFi chip
|
||||
|
||||
# Quick links
|
||||
|
||||
- [Latest release documentation](https://arduino-esp8266.readthedocs.io/en/3.0.0/)
|
||||
- [Latest release documentation](https://arduino-esp8266.readthedocs.io/en/3.0.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 [](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.0.0/](https://arduino-esp8266.readthedocs.io/en/3.0.0/)
|
||||
Documentation: [https://arduino-esp8266.readthedocs.io/en/3.0.1/](https://arduino-esp8266.readthedocs.io/en/3.0.1/)
|
||||
|
||||
### Using git version
|
||||
[](https://travis-ci.org/esp8266/Arduino)
|
||||
|
@ -2,5 +2,5 @@
|
||||
"name": "framework-arduinoespressif8266",
|
||||
"description": "Arduino Wiring-based Framework (ESP8266 Core)",
|
||||
"url": "https://github.com/esp8266/Arduino",
|
||||
"version": "3.0.1"
|
||||
"version": "3.1.0-dev"
|
||||
}
|
||||
|
@ -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.0.1)
|
||||
version=3.0.1
|
||||
name=ESP8266 Boards (3.1.0-dev)
|
||||
version=3.1.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
|
||||
|
Loading…
x
Reference in New Issue
Block a user