Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of ESP8266NodeMCUInterface by
History
publishing;
2016-03-14, by krbng4180 [Mon, 14 Mar 2016 02:40:12 +0000] rev 50
publishing;
it works!
2016-03-13, by krbng4180 [Sun, 13 Mar 2016 21:09:31 +0000] rev 49
it works!
Fix for not using full buffer in TCP recieve
2015-06-04, by geky [Thu, 04 Jun 2015 20:45:00 +0000] rev 48
Fix for not using full buffer in TCP recieve
Merged rev 46/45
2015-06-04, by geky [Thu, 04 Jun 2015 20:18:39 +0000] rev 47
Merged rev 46/45
Seperated sent messages into chunks to keep from overflowing the Lua buffer
2015-06-04, by geky [Thu, 04 Jun 2015 20:14:52 +0000] rev 46
Seperated sent messages into chunks to keep from overflowing the Lua buffer
Sanitized both transmitted and recieved strings
2015-06-04, by geky [Thu, 04 Jun 2015 19:26:35 +0000] rev 45
Sanitized both transmitted and recieved strings
Reimplemented ESP8266 driver using the Nodemcu firmware
2015-06-03, by geky [Wed, 03 Jun 2015 21:44:20 +0000] rev 44
Reimplemented ESP8266 driver using the Nodemcu firmware
added warning about sending messages > 2048 bytes
2015-05-07, by mbedAustin [Thu, 07 May 2015 04:00:27 +0000] rev 43
added warning about sending messages > 2048 bytes
enabled TCPConnection debug messages, made tcpconnection and socket messages more verbose (file and line number included in output)
2015-05-07, by mbedAustin [Thu, 07 May 2015 03:51:02 +0000] rev 42
enabled TCPConnection debug messages, made tcpconnection and socket messages more verbose (file and line number included in output)
cleaned up DBG printf messages, made print pretty
2015-05-07, by mbedAustin [Thu, 07 May 2015 03:37:55 +0000] rev 41
cleaned up DBG printf messages, made print pretty