AT: Handle response without leading \r\n
The AT response may not contain a leading \r\n, so avoid checking for this to determine if it's a response. This characters will be removed as a part of white space removal anyway.
(cherry picked from commit 5413331e)