Libreria basica para el manejo del ESP01
Dependents: Gateway_Cotosys Gateway_Cotosys_os5
History
Se arreglo la funcion ReceiveSingleReply para evitar que se quede atascado en un loop.
2020-01-06, by Thrillex13 [Mon, 06 Jan 2020 04:39:26 +0000] rev 9
Se arreglo la funcion ReceiveSingleReply para evitar que se quede atascado en un loop.
Se optimizo la funcion recv();
2019-09-15, by Thrillex13 [Sun, 15 Sep 2019 20:54:35 +0000] rev 8
Se optimizo la funcion recv();
Function SendTCPData was added
2019-06-11, by Thrillex13 [Tue, 11 Jun 2019 00:22:45 +0000] rev 7
Function SendTCPData was added
Reemplazo por la libreria de William Thenaers; https://os.mbed.com/users/Wosser1sProductions/code/ESP8266/
2019-05-25, by Thrillex13 [Sat, 25 May 2019 18:07:23 +0000] rev 6
Reemplazo por la libreria de William Thenaers; https://os.mbed.com/users/Wosser1sProductions/code/ESP8266/
Added deepsleep command (cannot wake up by pulling CH_PD down and then back up)
2016-10-21, by Wosser1sProductions [Fri, 21 Oct 2016 21:24:11 +0000] rev 5
Added deepsleep command (cannot wake up by pulling CH_PD down and then back up)
First commit of ESP8266 control library.
2016-10-21, by Wosser1sProductions [Fri, 21 Oct 2016 16:33:31 +0000] rev 4
First commit of ESP8266 control library.
Changes in ESP library
2016-06-11, by janhavi [Sat, 11 Jun 2016 14:05:06 +0000] rev 3
Changes in ESP library
Added functions: Get connection status, Start server mode, Close server mode; now the ESP serial baudrate is passed as a parameter in the constructor
2014-12-28, by quevedo [Sun, 28 Dec 2014 21:58:49 +0000] rev 2
Added functions: Get connection status, Start server mode, Close server mode; now the ESP serial baudrate is passed as a parameter in the constructor
Added functions: SetMode (STA, AP, or both), Quit(quits the AP connection), and SetSingle / SetMultiple for single and multiple connections
2014-12-17, by quevedo [Wed, 17 Dec 2014 13:54:34 +0000] rev 1
Added functions: SetMode (STA, AP, or both), Quit(quits the AP connection), and SetSingle / SetMultiple for single and multiple connections
First version, only basic commands
2014-12-16, by quevedo [Tue, 16 Dec 2014 01:08:47 +0000] rev 0
First version, only basic commands