From bcb5921ba2884298ef40cd5042f881228574ad50 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 29 Sep 2020 09:24:02 +0200 Subject: [PATCH 1/3] Update core_version.h --- cores/esp8266/core_version.h | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/cores/esp8266/core_version.h b/cores/esp8266/core_version.h index 04c95c80c5..e5b09a8021 100644 --- a/cores/esp8266/core_version.h +++ b/cores/esp8266/core_version.h @@ -1,12 +1,4 @@ -#ifndef ARDUINO_ESP8266_GIT_VER -#define ARDUINO_ESP8266_GIT_VER 0x00000000 -#endif - -#ifndef ARDUINO_ESP8266_GIT_DESC -#define ARDUINO_ESP8266_GIT_DESC unspecified -#endif - -// ARDUINO_ESP8266_RELEASE is defined for released versions as a string containing the version name, i.e. "2_3_0_RC1" -// ARDUINO_ESP8266_RELEASE is used in the core internally. Please use ESP.getCoreVersion() function instead. - -// ARDUINO_ESP8266_RELEASE_ are defined for releases, for use in #ifdef... constructs +#define ARDUINO_ESP8266_GIT_VER 0xcc042b99 +#define ARDUINO_ESP8266_GIT_DESC 2.9.1 +#define ARDUINO_ESP8266_RELEASE_2_9_1 +#define ARDUINO_ESP8266_RELEASE "2_9_1" From 83736d98ef21eef3011d94a9b45e2a85c55cf177 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 29 Sep 2020 09:26:49 +0200 Subject: [PATCH 2/3] Update core_version.h --- cores/esp8266/core_version.h | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/cores/esp8266/core_version.h b/cores/esp8266/core_version.h index e5b09a8021..04c95c80c5 100644 --- a/cores/esp8266/core_version.h +++ b/cores/esp8266/core_version.h @@ -1,4 +1,12 @@ -#define ARDUINO_ESP8266_GIT_VER 0xcc042b99 -#define ARDUINO_ESP8266_GIT_DESC 2.9.1 -#define ARDUINO_ESP8266_RELEASE_2_9_1 -#define ARDUINO_ESP8266_RELEASE "2_9_1" +#ifndef ARDUINO_ESP8266_GIT_VER +#define ARDUINO_ESP8266_GIT_VER 0x00000000 +#endif + +#ifndef ARDUINO_ESP8266_GIT_DESC +#define ARDUINO_ESP8266_GIT_DESC unspecified +#endif + +// ARDUINO_ESP8266_RELEASE is defined for released versions as a string containing the version name, i.e. "2_3_0_RC1" +// ARDUINO_ESP8266_RELEASE is used in the core internally. Please use ESP.getCoreVersion() function instead. + +// ARDUINO_ESP8266_RELEASE_ are defined for releases, for use in #ifdef... constructs From 3c2f58bcafb27506253d5e6be8f90aee159456aa Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 19 Oct 2020 11:24:43 +0200 Subject: [PATCH 3/3] Add files via upload