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

Commit

Permalink
[v1.20.0.rc9] Firmware release candidate
Browse files Browse the repository at this point in the history
### Improvements:
- Releasing GIL when ssl handshake is performed.
- Allow PDN list update when carrier is defined in LTE
- Add support for LTE modem responses greater than UART buff size
- Added Check for LTE band support against both SW and HW versions of the LTE modem.
- Updated Sqns upgrade scripts to v1.2.5
### Bug Fixes:
- Enabling Access to 2nd SPI perf for GPY modules
- Use Hardware timers for Lora timer tick to fix RTOS timer drifts when cache is disabled.
- Updated OTA fixing failing OTAs after switching to Factory Partition.
- Fix crash when pin ISR handler fires (i.e. LoRa TX done) during flash operation PR #278 by Martijn Thé  @martijnthe
- Remove defaulting of wifi max_tx_pwr  to level 20 in init()
- modlora: Reverted the rx spread factor in stats
  • Loading branch information
iwahdan88 committed Mar 29, 2019
1 parent d51a72c commit 7eeaf3f
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.20.0.rc8"
#define SW_VERSION_NUMBER "1.20.0.rc9"

#define LORAWAN_VERSION_NUMBER "1.0.2"

Expand Down

0 comments on commit 7eeaf3f

Please sign in to comment.