Skip to content

Commit 7b6baf0

Browse files
authored
release 3.0.0 (#8034)
1 parent 0aaadd9 commit 7b6baf0

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

cores/esp8266/TZ.h

+3-2
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 Nov 12 04:07:03 UTC 2020
4+
// Sat May 15 23:55:44 UTC 2021
55
//
66
// This database is autogenerated from IANA timezone database
77
// https://raw.githubusercontent.com/nayarsystems/posix_tz_db/master/zones.csv
@@ -172,6 +172,7 @@
172172
#define TZ_America_North_Dakota_Beulah PSTR("CST6CDT,M3.2.0,M11.1.0")
173173
#define TZ_America_North_Dakota_Center PSTR("CST6CDT,M3.2.0,M11.1.0")
174174
#define TZ_America_North_Dakota_New_Salem PSTR("CST6CDT,M3.2.0,M11.1.0")
175+
#define TZ_America_Nuuk PSTR("<-03>3<-02>,M3.5.0/-2,M10.5.0/-1")
175176
#define TZ_America_Ojinaga PSTR("MST7MDT,M3.2.0,M11.1.0")
176177
#define TZ_America_Panama PSTR("EST5")
177178
#define TZ_America_Pangnirtung PSTR("EST5EDT,M3.2.0,M11.1.0")
@@ -383,7 +384,7 @@
383384
#define TZ_Europe_Vatican PSTR("CET-1CEST,M3.5.0,M10.5.0/3")
384385
#define TZ_Europe_Vienna PSTR("CET-1CEST,M3.5.0,M10.5.0/3")
385386
#define TZ_Europe_Vilnius PSTR("EET-2EEST,M3.5.0/3,M10.5.0/4")
386-
#define TZ_Europe_Volgograd PSTR("<+04>-4")
387+
#define TZ_Europe_Volgograd PSTR("<+03>-3")
387388
#define TZ_Europe_Warsaw PSTR("CET-1CEST,M3.5.0,M10.5.0/3")
388389
#define TZ_Europe_Zagreb PSTR("CET-1CEST,M3.5.0,M10.5.0/3")
389390
#define TZ_Europe_Zaporozhye PSTR("EET-2EEST,M3.5.0/3,M10.5.0/4")

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": "3.0.0"
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 (3.0.0)
9+
version=3.0.0
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)