mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
sdk: add missing version.h file
This commit is contained in:
parent
a020e8941a
commit
73ae0bb824
11
tools/sdk/include/version.h
Normal file
11
tools/sdk/include/version.h
Normal 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
|
Loading…
x
Reference in New Issue
Block a user