Skip to content

Commit 05c812a

Browse files
committed
feat(version): Update version to 2.2.0 and add version.h
internal gitlab: 0ae50b53
1 parent c8255dd commit 05c812a

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ gwen:
33
crypto : 12f98d2
44
espnow : 12f98d2
55
json : ce90efd
6-
main : 0d9614d
6+
main : 9a2d78c
77
net80211 : d63e9a7
88
pp : 3d8c2b1
99
smartconfig : 16cf6ef

include/version.h

Lines changed: 11 additions & 0 deletions
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

lib/libmain.a

-4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)