We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb3c7d commit 056da75Copy full SHA for 056da75
1 file changed
esp8266/mpconfigport.h
@@ -53,7 +53,7 @@
53
#define MICROPY_PY_UBINASCII (1)
54
#define MICROPY_PY_UCTYPES (1)
55
#define MICROPY_PY_UHASHLIB (1)
56
-#define MICROPY_PY_UHASHLIB_SHA1 (1)
+#define MICROPY_PY_UHASHLIB_SHA1 (MICROPY_PY_USSL && MICROPY_SSL_AXTLS)
57
#define MICROPY_PY_UHEAPQ (1)
58
#define MICROPY_PY_UJSON (1)
59
#define MICROPY_PY_URANDOM (1)
0 commit comments