We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85439f commit 2c407bcCopy full SHA for 2c407bc
esp8266/mpconfigport.h
@@ -55,7 +55,7 @@
55
#define MICROPY_CPYTHON_COMPAT (1)
56
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
57
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
58
-#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_TERSE)
+#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_NORMAL)
59
#define MICROPY_STREAMS_NON_BLOCK (1)
60
#define MICROPY_MODULE_FROZEN (1)
61
#define MICROPY_MODULE_FROZEN_LEXER mp_lexer_new_from_str32
0 commit comments