1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

sdk: add missing version.h file

This commit is contained in:
Ivan Grokhotkov 2018-02-19 16:34:01 +03:00
parent a020e8941a
commit 73ae0bb824

View File

@ -0,0 +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_PATCH 0
#define ESP_SDK_VERSION_NUMBER 0x020200
#define ESP_SDK_VERSION_STRING "2.2.0"
#endif