Skip to content

Commit

Permalink
Merge commit '60e38209bacdbc7796ed113fdfe15e66687e0ca4' into moat
Browse files Browse the repository at this point in the history
  • Loading branch information
smurfix committed Nov 15, 2023
2 parents dcb0a73 + 60e3820 commit 943400c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ports/esp8266/boards/ESP8266_MOAT/mpconfigboard.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#define MICROPY_HW_BOARD_NAME "ESP module"
#define MICROPY_HW_MCU_NAME "ESP8266"

#define MICROPY_PERSISTENT_CODE_LOAD (1)
#define MICROPY_EMIT_XTENSA (1)
#define MICROPY_EMIT_INLINE_XTENSA (1)
#define MICROPY_PERSISTENT_CODE_LOAD (0)
#define MICROPY_EMIT_XTENSA (0)
#define MICROPY_EMIT_INLINE_XTENSA (0)

#define MICROPY_DEBUG_PRINTERS (1)
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_NORMAL)
#define MICROPY_DEBUG_PRINTERS (0)
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_TERSE)

#define MICROPY_READER_VFS (MICROPY_VFS)
#define MICROPY_VFS (1)
Expand Down

0 comments on commit 943400c

Please sign in to comment.