8000 [v1.20.0.rc11] release-candidate · pycom/pycom-micropython-sigfox@24e2a80 · GitHub
[go: up one dir, main page]

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

Commit 24e2a80

Browse files
author
iwahdan88
committed
[v1.20.0.rc11] release-candidate
### New Features - Esp32 touchpad functionality exposed to micropy - Upgraded LittleFS to v2.0 (Note: this update will format the File system !! ) ### Improvements - Added RSA signature generation API to moducrypto - Added support for saving strings in NVS - PR #226 , author: @psychogenic - LTE class refactoring - BLE advertisement parameters are now configurable via MicroPython <author>: @ninoita - Added BLE raw adv data setting <author>: @ninoita ### Bug Fix - Fix UART.sendbreak not defaulting to 13 bits as suggested by Documentation Issue #280 - Fix wlan.isconnected not returning True when station is connected in AP mode Issue #244
1 parent 0cc4c8a commit 24e2a80

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.20.0.rc10"
13+
#define SW_VERSION_NUMBER "1.20.0.rc11"
1414

1515
#define LORAWAN_VERSION_NUMBER "1.0.2"
1616

0 commit comments

Comments
 (0)
0