Search found 2 matches

by sunrise17
Tue Apr 10, 2018 6:20 am
Forum: WiPy and CC3200 boards
Topic: Connect over SSL
Replies: 11
Views: 21314

Re: Connect over SSL

Hi fjvillegas, Have you find some solution about pass through ssl_params to "sock.connect". Unfortunately, there is no ca_cert parameter inside ssl_args(line 59) following module below. https://github.com/micropython/micropython/blob/master/extmod/modussl_mbedtls.c However, in CC3200, i have seen in...
by sunrise17
Tue Feb 27, 2018 9:18 pm
Forum: Programs, Libraries and Tools
Topic: FastLED for MicroPython
Replies: 4
Views: 12355

Re: FastLED for MicroPython

I am getting following error in ESP32 board. Is it possible to adjust it?
File "pixels.py", line 4, in <module>
ImportError: no module named '_pixels'