Files
M5Stack_MicroPython/MicroPython_BUILD/components/micropython/esp32/mpversion.h
T
Boris Lovosevic 6935d21745 Updated mDNS module
can now be built with latest esp-idf mdns componnent
  some api changes, see the Wiki
Updated _thread module
  some bugfixes, new functions added
Updated esp-idf to the latest commit
2018-01-27 15:28:49 +01:00

9 lines
293 B
C

// MicroPython version info
#define MICROPY_GIT_TAG "ESP32_LoBo_v3.1.12"
#define MICROPY_GIT_HASH "gdaa8cfa8"
#define MICROPY_BUILD_DATE "2017-01-27"
#define MICROPY_VERSION_MAJOR (3)
#define MICROPY_VERSION_MINOR (1)
#define MICROPY_VERSION_MICRO (12)
#define MICROPY_VERSION_STRING "3.1.12"