Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Read sms in unsynchronized mode (#33)
* Update arduino-cli binary filename The arduino-cli binary filename was recently changed, which broke CI builds: mv: cannot stat ‘arduino-cli-*-linux64’: No such file or directory * Enable SMS read in unsynch mode * Fix typo * Fix name change of binary * Ensure initialization of sms data end index * Handle sender number correctly * Keep track of start of SMS AT response * Clear buffer * Clarify header comment * Adjust _smsDataEndIndex to point at end of SMS * Revert smscharset additions * Rewrite to save memory * Let the available() method advance to next sms as before * Simplify by removing smsIndexStart Co-authored-by: per1234 <accounts@perglass.com>
- Loading branch information