We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a020e89 commit 73ae0bbCopy full SHA for 73ae0bb
tools/sdk/include/version.h
@@ -0,0 +1,11 @@
1
+#ifndef ESP_SDK_VERSION_H
2
+#define ESP_SDK_VERSION_H
3
+
4
+#define ESP_SDK_VERSION_MAJOR 2
5
+#define ESP_SDK_VERSION_MINOR 2
6
+#define ESP_SDK_VERSION_PATCH 0
7
8
+#define ESP_SDK_VERSION_NUMBER 0x020200
9
+#define ESP_SDK_VERSION_STRING "2.2.0"
10
11
+#endif
0 commit comments