Skip to content

Commit f6e2b2f

Browse files
authored
Update core_version.h
1 parent 72796c0 commit f6e2b2f

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

cores/esp8266/core_version.h

+4-12
Original file line numberDiff line numberDiff line change
@@ -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-
#endif
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
1+
#define ARDUINO_ESP8266_GIT_VER 0x2843a5ac
2+
#define ARDUINO_ESP8266_GIT_DESC 2.7.3-3-g2843a5ac
3+
#define ARDUINO_ESP8266_RELEASE_2_7_4
4+
#define ARDUINO_ESP8266_RELEASE "2_7_4"

0 commit comments

Comments
 (0)