Fixed buf in spiffs driver affecting uos.listdir()

This commit is contained in:
Boris Lovosevic
2018-01-16 11:17:48 +01:00
parent 927966dbc7
commit 10f22d5971
14 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
#=======================
TOOLS_VER=ver20180112.id
TOOLS_VER=ver20180116.id
#=======================
# -----------------------------
@@ -1,8 +1,8 @@
// MicroPython version info
#define MICROPY_GIT_TAG "ESP32_LoBo_v3.1.4"
#define MICROPY_GIT_TAG "ESP32_LoBo_v3.1.5"
#define MICROPY_GIT_HASH "g2ddee729"
#define MICROPY_BUILD_DATE "2017-01-14"
#define MICROPY_BUILD_DATE "2017-01-16"
#define MICROPY_VERSION_MAJOR (3)
#define MICROPY_VERSION_MINOR (1)
#define MICROPY_VERSION_MICRO (4)
#define MICROPY_VERSION_STRING "3.1.4"
#define MICROPY_VERSION_MICRO (5)
#define MICROPY_VERSION_STRING "3.1.5"
Binary file not shown.
Binary file not shown.
Binary file not shown.