From b2583edff945d81ff7ce91821d0e2a8627865e56 Mon Sep 17 00:00:00 2001 From: Niklas Wagner Date: Sun, 24 May 2020 01:36:32 +0200 Subject: [PATCH] Update arduino framework versions (#575) --- components/esphome.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/esphome.rst b/components/esphome.rst index 4175492f4..9ae81ceb1 100644 --- a/components/esphome.rst +++ b/components/esphome.rst @@ -97,13 +97,16 @@ option you can tell ESPHome which arduino framework to use for compiling. For the ESP8266, you currently can manually pin the arduino version to these values (see the full list of arduino frameworks `here `__): +* `2.6.3 `__ +* `2.6.2 `__ +* `2.6.1 `__ * `2.5.2 `__ (default) * `2.5.1 `__ * `2.5.0 `__ * `2.4.2 `__ * `2.4.1 `__ * `2.4.0 `__ -* `2.3.0 `__ (used by Tasmota etc) +* `2.3.0 `__ For the ESP32, there are these arduino `framework versions `__: