Skip to content

Commit 73ae0bb

Browse files
committed
sdk: add missing version.h file
1 parent a020e89 commit 73ae0bb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tools/sdk/include/version.h

+11
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)