1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-06 05:21:22 +03:00

Version 3.1.1 (#8806)

This commit is contained in:
Max Prokhorov 2023-01-15 02:01:02 +03:00 committed by GitHub
parent 6033ed35d5
commit 0e5d358c3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 16 deletions

View File

@ -1,7 +1,7 @@
// autogenerated from https://raw.githubusercontent.com/nayarsystems/posix_tz_db/master/zones.csv // autogenerated from https://raw.githubusercontent.com/nayarsystems/posix_tz_db/master/zones.csv
// by script <esp8266 arduino core>/tools/TZupdate.sh // by script <esp8266 arduino core>/tools/TZupdate.sh
// Fri Jan 6 20:48:46 UTC 2023 // Sat Jan 14 10:17:27 PM UTC 2023
// //
// This database is autogenerated from IANA timezone database // This database is autogenerated from IANA timezone database
// https://raw.githubusercontent.com/nayarsystems/posix_tz_db/master/zones.csv // https://raw.githubusercontent.com/nayarsystems/posix_tz_db/master/zones.csv

View File

@ -1,7 +1,7 @@
// this file is autogenerated - any modification will be overwritten // this file is autogenerated - any modification will be overwritten
// unused symbols will not be linked in the final binary // unused symbols will not be linked in the final binary
// generated on 2023-01-06 21:52:52 // generated on 2023-01-14 22:23:19
// by ['../../../../tools/cert.py', '-s', 'www.example.com', '-n', 'SSL'] // by ['../../../../tools/cert.py', '-s', 'www.example.com', '-n', 'SSL']
#pragma once #pragma once
@ -13,18 +13,18 @@ const char* SSL_host = "www.example.com";
const uint16_t SSL_port = 443; const uint16_t SSL_port = 443;
// CN: www.example.org => name: www_example_org // CN: www.example.org => name: www_example_org
// not valid before: 2022-03-14 00:00:00 // not valid before: 2023-01-13 00:00:00
// not valid after: 2023-03-14 23:59:59 // not valid after: 2024-02-13 23:59:59
const char fingerprint_www_example_org [] PROGMEM = "df:81:df:a6:b6:1e:af:df:ff:fe:1a:25:02:40:db:5d:2e:6c:ee:25"; const char fingerprint_www_example_org [] PROGMEM = "f2:aa:d7:3d:32:68:3b:71:6d:2a:7d:61:b5:1c:6d:57:64:ab:38:99";
const char pubkey_www_example_org [] PROGMEM = R"PUBKEY( const char pubkey_www_example_org [] PROGMEM = R"PUBKEY(
-----BEGIN PUBLIC KEY----- -----BEGIN PUBLIC KEY-----
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlV2WY5rlGn1fpwvuBhj0 MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwoB3iVm4RW+6StkR+nut
nVBcNxCxkHUG/pJG4HvaJen7YIZ1mLc7/P4snOJZiEfwWFTikHNbcUCcYiKG8JkF x1fQevu2+t0Fu6KBcbvhfyHSXy7w0nJOdTT4jWLjStpRkNQBPZwMwHH35i+21gdn
ebZOYMc1U9PiEtVWGU4kuYuxiXpD8oMPin1B0SgrF7gKfO1//I2weJdAUjgZuXBC JtDe/xfO8IX9McFmyodlBUcqX8CruIzDv9AXf2OjXPBG+4aq+03XKl5/muATl32+
PAlhz2EnHddzXUtwm9XuOLO/Y6LATVMsbp8/lXnfo/bX0UgJ7C0aVqOu07A0Vr6O +301Vw1dXoGYNeoWQqLTsHT3WS3tOOf+ehuzNuZ+rj+ephaD3lMBToEArrtC9R91
kPxwWmOvF3cRKhVCM7U4B51KK+IsWRLm8cVW1IaXjwhGzW7BR6EI3sxCQ4Wnc6HV KTTN6YSAOK48NxTA8CfOMFK5itxfIqB5+E9OSQTidXyqLyoeA+xxTKMqYfxvypEe
PSgmomLWWWkIGFPAwcWUB4NC12yhCO5iW/dxNMWNLMRVtnZAyq6FpZ8wFK6j4OMw k1oueAhY9u67NCBdmuavxtfyvwp7+o6Sd+NsewxAhmRKFexw13KOYzDhC+9aMJcu
MwIDAQAB JQIDAQAB
-----END PUBLIC KEY----- -----END PUBLIC KEY-----
)PUBKEY"; )PUBKEY";

View File

@ -1,7 +1,7 @@
// this file is autogenerated - any modification will be overwritten // this file is autogenerated - any modification will be overwritten
// unused symbols will not be linked in the final binary // unused symbols will not be linked in the final binary
// generated on 2023-01-06 21:52:53 // generated on 2023-01-14 22:23:20
// by ['../../../../tools/cert.py', '-s', 'api.github.com', '-n', 'github'] // by ['../../../../tools/cert.py', '-s', 'api.github.com', '-n', 'github']
#pragma once #pragma once

View File

@ -2,5 +2,5 @@
"name": "framework-arduinoespressif8266", "name": "framework-arduinoespressif8266",
"description": "Arduino Wiring-based Framework (ESP8266 Core)", "description": "Arduino Wiring-based Framework (ESP8266 Core)",
"url": "https://github.com/esp8266/Arduino", "url": "https://github.com/esp8266/Arduino",
"version": "3.2.0-dev" "version": "3.1.1"
} }

View File

@ -5,8 +5,8 @@
# For more info: # For more info:
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification # https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification
name=ESP8266 Boards (3.2.0-dev) name=ESP8266 Boards (3.1.1)
version=3.2.0-dev version=3.1.1
# These will be removed by the packager script when doing a JSON release # 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 runtime.tools.xtensa-lx106-elf-gcc.path={runtime.platform.path}/tools/xtensa-lx106-elf