esp8266: Enable sys.{stdin,stdout,stderr}.buffer for raw serial access.

This commit is contained in:
Damien George 2016-10-11 16:22:21 +11:00
parent 31101d91ce
commit 11fc6553e8
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@
#define MICROPY_PY_SYS_MAXSIZE (1)
#define MICROPY_PY_SYS_EXIT (1)
#define MICROPY_PY_SYS_STDFILES (1)
#define MICROPY_PY_SYS_STDIO_BUFFER (1)
#define MICROPY_PY_UERRNO (1)
#define MICROPY_PY_UBINASCII (1)
#define MICROPY_PY_UCTYPES (1)