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

Commit 257ce7d

Browse files
author
iwahdan88
committed
V1.18.2.r2
### Improvements: - Added API `do_handshake` for performing handshake operation for ssl/tls non- blocking socket connections - Added Timeout option for ssl/tls handshake operation - Amended ESP-IDF Error Codes to Micropython QSTR - Updated sqnsupgrade script to v1.2.3 ### Bug Fix - Fixed crash caused by UART I/O APIs called after UART.deinit
1 parent f797e7c commit 257ce7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp32/pycom_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#ifndef VERSION_H_
1111
#define VERSION_H_
1212

13-
#define SW_VERSION_NUMBER "1.18.2.r1"
13+
#define SW_VERSION_NUMBER "1.18.2.r2"
1414

1515
#define LORAWAN_VERSION_NUMBER "1.0.2"
1616

0 commit comments

Comments
 (0)