feat(esp8266): Modify version header file to match SDK v3.4

This commit is contained in:
DongHeng
2020-09-16 17:52:15 +08:00
parent eb6efa8090
commit 2f3bfd47a9

View File

@ -21,7 +21,7 @@ extern "C" {
/** Major version number (X.x.x) */
#define ESP_IDF_VERSION_MAJOR 3
/** Minor version number (x.X.x) */
#define ESP_IDF_VERSION_MINOR 3
#define ESP_IDF_VERSION_MINOR 4
/** Patch version number (x.x.X) */
#define ESP_IDF_VERSION_PATCH 0