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

Commit

Permalink
[v1.18.2.r7] Firmware release
Browse files Browse the repository at this point in the history
### New Features
- Esp32 touchpad functionality exposed to micropy

### Improvements
- Added RSA signature generation API to moducrypto
- Added support for saving strings in NVS - PR #226 , author: @psychogenic
- LTE class refactoring

### Bug Fix
- Fix UART.sendbreak not defaulting to 13 bits as suggested by Documentation Issue #280
  • Loading branch information
iwahdan88 committed May 14, 2019
1 parent 00ae942 commit df9f237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp32/pycom_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#ifndef VERSION_H_
#define VERSION_H_

#define SW_VERSION_NUMBER "1.18.2.r6"
#define SW_VERSION_NUMBER "1.18.2.r7"

#define LORAWAN_VERSION_NUMBER "1.0.2"

Expand Down

0 comments on commit df9f237

Please sign in to comment.