Skip to content

Conversation

@PaulZC
Copy link
Collaborator

@PaulZC PaulZC commented Apr 8, 2022

No description provided.

mazgch and others added 13 commits April 3, 2022 14:31
- Security APIs
- MQTT APIs
- File download
- improved ERROR parsing
- debug capability to see raw AT commands and responses
- Avoid nasty recursion in init just use a do - while loop. recursion is almost always a bad thing.
- switch the parser to more sticks end tags \r\nXX\r\n 
- fix an issue in the waiting for response to break a special case where a spurious duplicate first character e.g. \r\r\nXX\r\n would not be detected as successful expected response. this happens e.g. if ATE0\r is sent while echo is enabled you will get ATE0\r\r\nXX\r\n
- optimise times
- avoid issues when ruining from from task and with concurrent access  when changing baud rate
registration callbacks and EPS status
Merge into release candidate
do not reallocate buffers in begin, but delete them in the destructor.
Security, registration, MQTT, FILE write and improvements
@PaulZC PaulZC merged commit dbd8a45 into main Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants