10000 Allow override of macros in core_version.h (#5268) · esp8266/Arduino@1fb9b4e · GitHub
[go: up one dir, main page]

Skip to content

Commit 1fb9b4e

Browse files
SenHearlephilhower
authored andcommitted
Allow override of macros in core_version.h (#5268)
1 parent 440a3aa commit 1fb9b4e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cores/esp8266/core_version.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
#ifndef ARDUINO_ESP8266_GIT_VER
12
#define ARDUINO_ESP8266_GIT_VER 0x00000000
3+
#endif
4+
5+
#ifndef ARDUINO_ESP8266_GIT_DESC
26
#define ARDUINO_ESP8266_GIT_DESC unspecified
7+
#endif
38

49
// ARDUINO_ESP8266_RELEASE is defined for released versions as a string containing the version name, i.e. "2_3_0_RC1"
510
// ARDUINO_ESP8266_RELEASE is used in the core internally. Please use ESP.getCoreVersion() function instead.

0 commit comments

Comments
 (0)
0