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

Firmware release candidate v1.20.0.rc11

Pre-release
Pre-release
Compare
Choose a tag to compare
@iwahdan88 iwahdan88 released this 14 May 17:39
· 11 commits to release-candidate since this release

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 : @ninoita
  • Added BLE raw adv data setting : @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

(Note: this update will format the File system !! due to upgrading LittleFS to v2.0 )