Skip to content

Commit 11fc655

Browse files
committed
esp8266: Enable sys.{stdin,stdout,stderr}.buffer for raw serial access.
1 parent 31101d9 commit 11fc655

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

esp8266/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
#define MICROPY_PY_SYS_MAXSIZE (1)
5151
#define MICROPY_PY_SYS_EXIT (1)
5252
#define MICROPY_PY_SYS_STDFILES (1)
53+
#define MICROPY_PY_SYS_STDIO_BUFFER (1)
5354
#define MICROPY_PY_UERRNO (1)
5455
#define MICROPY_PY_UBINASCII (1)
5556
#define MICROPY_PY_UCTYPES (1)

0 commit comments

Comments
 (0)