mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
12 lines
244 B
C
12 lines
244 B
C
#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
|