diff options
| author | Damien George | 2016-10-11 16:22:21 +1100 |
|---|---|---|
| committer | Damien George | 2016-10-12 11:03:58 +1100 |
| commit | 11fc6553e831885d993c8a6c09ae98aa74fdf6b7 (patch) | |
| tree | 5a8d197229f93f555db96839fc42d5ffa68c42d6 | |
| parent | 31101d91ceb5758c17d02b7d41bffbd387cad112 (diff) | |
esp8266: Enable sys.{stdin,stdout,stderr}.buffer for raw serial access.
| -rw-r--r-- | esp8266/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h index 5f65e920f..ee32a848d 100644 --- a/esp8266/mpconfigport.h +++ b/esp8266/mpconfigport.h @@ -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) |
