Forum breadcrumbs - You are here:ForumGeneral: Report BugsESP01
You need to log in to create posts and topics.

ESP01

It doesn't work with the terminal because it adds "\r" to the end and not "\r\n" and, for example, with an "AT" command, the code: if( m_buffer.right(2) == "\r\n")

gives "T\r" and is always false and the commands are not recognized.

Regards