Skip to content

Commit

Permalink
feat: Update sdk version header file 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xcguang committed Oct 15, 2021
1 parent bd63c1f commit 38d251e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

#define ESP_SDK_VERSION_MAJOR 3
#define ESP_SDK_VERSION_MINOR 0
#define ESP_SDK_VERSION_PATCH 4
#define ESP_SDK_VERSION_PATCH 5

#define ESP_SDK_VERSION_NUMBER 0x030004
#define ESP_SDK_VERSION_STRING "3.0.4"
#define ESP_SDK_VERSION_NUMBER 0x030005
#define ESP_SDK_VERSION_STRING "3.0.5"

#endif

0 comments on commit 38d251e

Please sign in to comment.