forked from espressif/ESP8266_NONOS_SDK
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(version): Update SDK version to 3.1.0
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
#ifndef ESP_SDK_VERSION_H | ||
#define ESP_SDK_VERSION_H | ||
|
||
#define ESP_SDK_VERSION_MAJOR 2 | ||
#define ESP_SDK_VERSION_MINOR 2 | ||
#define ESP_SDK_VERSION_MAJOR 3 | ||
#define ESP_SDK_VERSION_MINOR 1 | ||
#define ESP_SDK_VERSION_PATCH 0 | ||
|
||
#define ESP_SDK_VERSION_NUMBER 0x020200 | ||
#define ESP_SDK_VERSION_STRING "2.2.0" | ||
#define ESP_SDK_VERSION_NUMBER 0x030100 | ||
#define ESP_SDK_VERSION_STRING "3.1.0" | ||
|
||
#endif |