Update ESP8266 version

This commit is contained in:
cnlohr 2015-07-29 01:54:49 -04:00
parent 102219f9a7
commit ff2cd22d9a
42 changed files with 3035 additions and 213 deletions

View file

@ -1,4 +1,7 @@
//I did not write this file, but I don't know where it came from.
//It was also heavily modified by me, Charles Lohr. I personally
//renounce any copyright over this file, so all of my modifications
//are hereby placed into the public domain.
#include "ets_sys.h"
#include "osapi.h"

View file

@ -8,6 +8,7 @@
*
* Modification history:
* 2014/3/12, v1.0 create this file.
* [various] Not released, Modified by Charles Lohr to change the RX behavior
*******************************************************************************/
#include <osapi.h>
#include <ets_sys.h>