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

versions: Update version to 4.0.2

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