Skip to content

Commit

Permalink
enable framebuf for ESP8266
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryneedell authored and tannewt committed Nov 6, 2017
1 parent 5ff6417 commit e2867eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/esp8266/mpconfigport.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
#define MICROPY_PY_WEBSOCKET (1)
#define MICROPY_PY_WEBREPL (1)
#define MICROPY_PY_WEBREPL_DELAY (20)
#define MICROPY_PY_FRAMEBUF (0)
#define MICROPY_PY_FRAMEBUF (1)
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
#define MICROPY_PY_OS_DUPTERM (1)
#define MICROPY_CPYTHON_COMPAT (1)
Expand Down

0 comments on commit e2867eb

Please sign in to comment.