We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 150a5aa commit a724545Copy full SHA for a724545
ports/esp32/mpconfigport.h
@@ -62,7 +62,8 @@
62
#define MICROPY_STACK_CHECK_MARGIN (1024)
63
#define MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF (1)
64
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
65
-#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_NORMAL)
+#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_NORMAL) // Debugging Note: Increase the error reporting level to view
66
+ // __FUNCTION__, __LINE__, __FILE__ in check_esp_err() exceptions
67
#define MICROPY_WARNINGS (1)
68
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
69
#define MICROPY_STREAMS_POSIX_API (1)
0 commit comments