Skip to content

v1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Pillar1989 Pillar1989 released this 31 Jul 05:50
· 12 commits to master since this release
1d79311

Solved

  • HRDY output
  • Optimizing SYNC return timing
  • AT+RESTORE occures RTL reset
  • adding COUNTRY build option
  • debug UART make RTL slower
  • SPI halt occures. Solved by using INT, stop using DMA
  • HTTP 2K testing returns 2186bytes or1686bytes ( can't get always same result )
  • HTTP 4K testing causes data lost
  • MQTTS causes freezing
  • sometimes RTL doesn't return CONNECTED or SPI communication error on SSL/TLS transaction
  • 80bytes memory leak on HTTPS ( solved 56bytes )
  • HTTP example causes WiFiClient"No more processes" error. 10x available() may occure this. - fixed on 2.4GHz

Still problem

  • 80bytes memory leak on HTTPS ( still leaking 24 bytes )
  • 5GHz is very unstable ( disabled )
  • HTTP example causes WiFiClient"No more processes" error. 10x available() may occure this. - not solved on 5GHz
  • HTTP client.readString() takes 1 sec, because Stream timeout is 1 sec.
  • UART stops when CS is HIGH
  • AT command was divided ( performance issue )