pycom / pycom-libraries

MicroPython libraries and examples that work out of the box on Pycom's IoT modules
330 stars 378 forks source link

filecmp not found #101

Closed snelle-jelle closed 5 years ago

snelle-jelle commented 5 years ago

Hi,

In the OTA example server side. The LoPy 4 can't find import filecmp

LoPy 4 version: 1.18.2r7

Do I have to add the file / module somewhere. I can't find previouse problems with it.

iwahdan88 commented 5 years ago

Hi @snelle-jelle , I think you mean OTA example , in that case the LoPy4 does not act as Server in the OTA process , LoPy4 is the client.

snelle-jelle commented 5 years ago

Okay, I thought the server side was also running on another LoPy in the example. I will try that then. Thanks!

EDIT: changed it to OTA.