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

pull/2502/head
Damien George 2016-10-11 16:22:21 +11:00
rodzic 31101d91ce
commit 11fc6553e8
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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)