We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab5b56b commit 1584385Copy full SHA for 1584385
cores/esp8266/core_version.h
@@ -1,2 +1,2 @@
1
-#define ARDUINO_ESP8266_GIT_VER 0x7a56c6f4
2
-#define ARDUINO_ESP8266_GIT_DESC 2.7.2-247-g7a56c6f4
+#define ARDUINO_ESP8266_GIT_VER 0xab5b56bb
+#define ARDUINO_ESP8266_GIT_DESC 2.7.2-249-gab5b56bb
package.json
@@ -1,10 +1,10 @@
{
"name": "framework-arduinoespressif8266",
3
"description": "ESP8266 Core - Current git version snapshot + some patches",
4
- "version": "3.0.0-git7a56c6f4",
+ "version": "3.0.0-gitab5b56bb",
5
"repository": {
6
"type": "git",
7
"url": "https://github.com/mcspr/esp8266-Arduino",
8
- "branch": "7a56c6f4"
+ "branch": "ab5b56bb"
9
}
10
0 commit comments