Skip to content

V0.1.1

Compare
Choose a tag to compare
@elkanamol elkanamol released this 11 Aug 12:03
· 56 commits to main since this release

Changelog

[0.1.1] - 2024-08-11

Added

  • Spinner animation during command execution for better user feedback
  • Dynamic timeout handling for AT commands
  • Support for longer command outputs (e.g.,AT!GSTATUS?)

Changed

  • Improved serial port connection handling with longer initial timeout
  • Refactored send_at_command function for better readability and efficiency
  • Updated get_em_cops function to use a 120-second timeout

Fixed

  • Resolved issues with reading large command outputs
  • Improved error handling in serial communication
  • Resolve the issue of getting ERROR when the issue -s option

Development

  • Updated unit tests to align with new implementation
  • Added more comprehensive test coverage for edge cases

Full Changelog: V0.1.0...V0.1.1