Version H

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

#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_PATCH 0

#define ESP_SDK_VERSION_NUMBER 0x020200


#define ESP_SDK_VERSION_STRING "2.2.0"

#endif

You might also like