Skip to content

Commit e2867eb

Browse files
jerryneedelltannewt
authored andcommitted
enable framebuf for ESP8266
1 parent 5ff6417 commit e2867eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ports/esp8266/mpconfigport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
#define MICROPY_PY_WEBSOCKET (1)
8585
#define MICROPY_PY_WEBREPL (1)
8686
#define MICROPY_PY_WEBREPL_DELAY (20)
87-
#define MICROPY_PY_FRAMEBUF (0)
87+
#define MICROPY_PY_FRAMEBUF (1)
8888
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
8989
#define MICROPY_PY_OS_DUPTERM (1)
9090
#define MICROPY_CPYTHON_COMPAT (1)

0 commit comments

Comments
 (0)