Skip to content

Commit 39c79d9

Browse files
authored
prepare 2.7.2 (#7429)
1 parent 4609e44 commit 39c79d9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

cores/esp8266/TZ.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
// autogenerated from https://raw.githubusercontent.com/nayarsystems/posix_tz_db/master/zones.csv
33
// by script <esp8266 arduino core>/tools/TZupdate.sh
4-
// Thu May 7 19:02:21 UTC 2020
4+
// Tue Jul 7 07:38:29 UTC 2020
55
//
66
// This database is autogenerated from IANA timezone database
77
// https://www.iana.org/time-zones
@@ -105,7 +105,7 @@
105105
#define TZ_America_Cuiaba PSTR("<-04>4")
106106
#define TZ_America_Curacao PSTR("AST4")
107107
#define TZ_America_Danmarkshavn PSTR("GMT0")
108-
#define TZ_America_Dawson PSTR("PST8PDT,M3.2.0,M11.1.0")
108+
#define TZ_America_Dawson PSTR("MST7")
109109
#define TZ_America_Dawson_Creek PSTR("MST7")
110110
#define TZ_America_Denver PSTR("MST7MDT,M3.2.0,M11.1.0")
111111
#define TZ_America_Detroit PSTR("EST5EDT,M3.2.0,M11.1.0")
@@ -207,7 +207,7 @@
207207
#define TZ_America_Toronto PSTR("EST5EDT,M3.2.0,M11.1.0")
208208
#define TZ_America_Tortola PSTR("AST4")
209209
#define TZ_America_Vancouver PSTR("PST8PDT,M3.2.0,M11.1.0")
210-
#define TZ_America_Whitehorse PSTR("PST8PDT,M3.2.0,M11.1.0")
210+
#define TZ_America_Whitehorse PSTR("MST7")
211211
#define TZ_America_Winnipeg PSTR("CST6CDT,M3.2.0,M11.1.0")
212212
#define TZ_America_Yakutat PSTR("AKST9AKDT,M3.2.0,M11.1.0")
213213
#define TZ_America_Yellowknife PSTR("MST7MDT,M3.2.0,M11.1.0")

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"name": "framework-arduinoespressif8266",
33
"description": "Arduino Wiring-based Framework (ESP8266 Core)",
44
"url": "https://github.com/esp8266/Arduino",
5-
"version": "3.0.0-dev"
5+
"version": "2.7.2"
66
}

platform.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# For more info:
66
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification
77

8-
name=ESP8266 Boards (3.0.0-dev)
9-
version=3.0.0-dev
8+
name=ESP8266 Boards (2.7.2)
9+
version=2.7.2
1010

1111
# These will be removed by the packager script when doing a JSON release
1212
runtime.tools.xtensa-lx106-elf-gcc.path={runtime.platform.path}/tools/xtensa-lx106-elf

0 commit comments

Comments
 (0)