SummerGift 8 лет назад
Родитель
Сommit
85b6fcca88
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      port/mpconfigport.h

+ 2 - 2
port/mpconfigport.h

@@ -144,8 +144,8 @@
 #define MICROPY_PY_USOCKET          (1)
 #define MICROPY_PY_NETWORK          (0)
 #define MICROPY_PY_USELECT          (0)
-#define MICROPY_PY_USSL             (1)
-#define MICROPY_SSL_MBEDTLS         (1)
+#define MICROPY_PY_USSL             (0)
+#define MICROPY_SSL_MBEDTLS         (0)
 
 //#define MBEDTLS_CONFIG_FILE  "tls_config.h"