We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72796c0 commit f6e2b2fCopy full SHA for f6e2b2f
cores/esp8266/core_version.h
@@ -1,12 +1,4 @@
1
-#ifndef ARDUINO_ESP8266_GIT_VER
2
-#define ARDUINO_ESP8266_GIT_VER 0x00000000
3
-#endif
4
-
5
-#ifndef ARDUINO_ESP8266_GIT_DESC
6
-#define ARDUINO_ESP8266_GIT_DESC unspecified
7
8
9
-// ARDUINO_ESP8266_RELEASE is defined for released versions as a string containing the version name, i.e. "2_3_0_RC1"
10
-// ARDUINO_ESP8266_RELEASE is used in the core internally. Please use ESP.getCoreVersion() function instead.
11
12
-// ARDUINO_ESP8266_RELEASE_<version number> are defined for releases, for use in #ifdef... constructs
+#define ARDUINO_ESP8266_GIT_VER 0x2843a5ac
+#define ARDUINO_ESP8266_GIT_DESC 2.7.3-3-g2843a5ac
+#define ARDUINO_ESP8266_RELEASE_2_7_4
+#define ARDUINO_ESP8266_RELEASE "2_7_4"
0 commit comments