10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440a3aa commit 1fb9b4eCopy full SHA for 1fb9b4e
cores/esp8266/core_version.h
@@ -1,5 +1,10 @@
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.
0 commit comments