Skip to content
This repository was archived by the owner on Aug 23, 2024. It is now read-only.

Commit 7bfb2f1

Browse files
committed
Updated esp-idf
commit: 139d498 full SHA: 139d49894c473bd34ab6e9515e85d3f6871a30c7
1 parent b8fff81 commit 7bfb2f1

29 files changed

Lines changed: 67 additions & 5 deletions

MicroPython_BUILD/BUILD.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949

5050
#=======================
51-
TOOLS_VER=ver20180321.id
51+
TOOLS_VER=ver20180404.id
5252
#=======================
5353

5454
# -----------------------------

MicroPython_BUILD/components/micropython/esp32/mpversion.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
* THE SOFTWARE.
2525
*/
2626

27-
#define MICROPY_GIT_TAG "ESP32_LoBo_v3.2.1"
27+
#define MICROPY_GIT_TAG "ESP32_LoBo_v3.2.2"
2828
#define MICROPY_GIT_HASH "g139d4989"
29-
#define MICROPY_BUILD_DATE "2018-04-03"
29+
#define MICROPY_BUILD_DATE "2018-04-04"
3030
#define MICROPY_VERSION_MAJOR (3)
3131
#define MICROPY_VERSION_MINOR (2)
32-
#define MICROPY_VERSION_MICRO (1)
33-
#define MICROPY_VERSION_STRING "3.2.1"
32+
#define MICROPY_VERSION_MICRO (2)
33+
#define MICROPY_VERSION_STRING "3.2.2"
3434
#define MICROPY_CORE_VERSION "bcfff4f"
3535
#define MICROPY_CORE_DATE "2018-03-30"
2.41 KB
Binary file not shown.
1.73 KB
Binary file not shown.
2.5 KB
Binary file not shown.
2.49 KB
Binary file not shown.
2.04 KB
Binary file not shown.
2.55 KB
Binary file not shown.
3.61 KB
Binary file not shown.
176 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)