Skip to content
Snippets Groups Projects
Commit 21ecef5c authored by He Yin Ling's avatar He Yin Ling
Browse files

versions: Update version to 4.2.1

parent deaad551
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ extern "C" {
/** Minor version number (x.X.x) */
#define ESP_IDF_VERSION_MINOR 2
/** Patch version number (x.x.X) */
#define ESP_IDF_VERSION_PATCH 0
#define ESP_IDF_VERSION_PATCH 1
/**
* Macro to convert IDF version number into an integer
......
IDF_VERSION_MAJOR := 4
IDF_VERSION_MINOR := 2
IDF_VERSION_PATCH := 0
IDF_VERSION_PATCH := 1
set(IDF_VERSION_MAJOR 4)
set(IDF_VERSION_MINOR 2)
set(IDF_VERSION_PATCH 0)
set(IDF_VERSION_PATCH 1)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment