Skip to content

Commit 8ae300d

Browse files
authored
release 3.1.0 (#8788)
1 parent 66ecc33 commit 8ae300d

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

cores/esp8266/TZ.h

+6-6
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-
// Mon Jul 26 20:04:37 UTC 2021
4+
// Fri Jan 6 20:48:46 UTC 2023
55
//
66
// This database is autogenerated from IANA timezone database
77
// https://raw.githubusercontent.com/nayarsystems/posix_tz_db/master/zones.csv
@@ -37,7 +37,7 @@
3737
#define TZ_Africa_Gaborone PSTR("CAT-2")
3838
#define TZ_Africa_Harare PSTR("CAT-2")
3939
#define TZ_Africa_Johannesburg PSTR("SAST-2")
40-
#define TZ_Africa_Juba PSTR("EAT-3")
40+
#define TZ_Africa_Juba PSTR("CAT-2")
4141
#define TZ_Africa_Kampala PSTR("EAT-3")
4242
#define TZ_Africa_Khartoum PSTR("CAT-2")
4343
#define TZ_Africa_Kigali PSTR("CAT-2")
@@ -227,7 +227,7 @@
227227
#define TZ_Arctic_Longyearbyen PSTR("CET-1CEST,M3.5.0,M10.5.0/3")
228228
#define TZ_Asia_Aden PSTR("<+03>-3")
229229
#define TZ_Asia_Almaty PSTR("<+06>-6")
230-
#define TZ_Asia_Amman PSTR("EET-2EEST,M3.5.4/24,M10.5.5/1")
230+
#define TZ_Asia_Amman PSTR("EET-2EEST,M2.5.4/24,M10.5.5/1")
231231
#define TZ_Asia_Anadyr PSTR("<+12>-12")
232232
#define TZ_Asia_Aqtau PSTR("<+05>-5")
233233
#define TZ_Asia_Aqtobe PSTR("<+05>-5")
@@ -250,8 +250,8 @@
250250
#define TZ_Asia_Dubai PSTR("<+04>-4")
251251
#define TZ_Asia_Dushanbe PSTR("<+05>-5")
252252
#define TZ_Asia_Famagusta PSTR("EET-2EEST,M3.5.0/3,M10.5.0/4")
253-
#define TZ_Asia_Gaza PSTR("EET-2EEST,M3.4.4/48,M10.4.4/49")
254-
#define TZ_Asia_Hebron PSTR("EET-2EEST,M3.4.4/48,M10.4.4/49")
253+
#define TZ_Asia_Gaza PSTR("EET-2EEST,M3.4.4/48,M10.5.5/1")
254+
#define TZ_Asia_Hebron PSTR("EET-2EEST,M3.4.4/48,M10.5.5/1")
255255
#define TZ_Asia_Ho_Chi_Minh PSTR("<+07>-7")
256256
#define TZ_Asia_Hong_Kong PSTR("HKT-8")
257257
#define TZ_Asia_Hovd PSTR("<+07>-7")
@@ -400,7 +400,7 @@
400400
#define TZ_Indian_Mauritius PSTR("<+04>-4")
401401
#define TZ_Indian_Mayotte PSTR("EAT-3")
402402
#define TZ_Indian_Reunion PSTR("<+04>-4")
403-
#define TZ_Pacific_Apia PSTR("<+13>-13<+14>,M9.5.0/3,M4.1.0/4")
403+
#define TZ_Pacific_Apia PSTR("<+13>-13")
404404
#define TZ_Pacific_Auckland PSTR("NZST-12NZDT,M9.5.0,M4.1.0/3")
405405
#define TZ_Pacific_Bougainville PSTR("<+11>-11")
406406
#define TZ_Pacific_Chatham PSTR("<+1245>-12:45<+1345>,M9.5.0/2:45,M4.1.0/3:45")

libraries/ESP8266WiFi/examples/BearSSL_Validation/certs.h

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

22
// this file is autogenerated - any modification will be overwritten
33
// unused symbols will not be linked in the final binary
4-
// generated on 2022-07-20 14:09:01
4+
// generated on 2023-01-06 21:52:52
55
// by ['../../../../tools/cert.py', '-s', 'www.example.com', '-n', 'SSL']
66

77
#pragma once

libraries/ESP8266WiFi/examples/HTTPSRequest/certs.h

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

22
// this file is autogenerated - any modification will be overwritten
33
// unused symbols will not be linked in the final binary
4-
// generated on 2022-07-18 22:03:52
4+
// generated on 2023-01-06 21:52:53
55
// by ['../../../../tools/cert.py', '-s', 'api.github.com', '-n', 'github']
66

77
#pragma once

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.1.0-dev"
5+
"version": "3.1.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.1.0-dev)
9-
version=3.1.0-dev
8+
name=ESP8266 Boards (3.1.0)
9+
version=3.1.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)