Closed bozidars27 closed 5 years ago
Importing packages Image, ImageFont, ImageDraw and pygame is unnecessary when running otbox.py on IoT-LAB
Done. By using try: exception when importing the Image related package. An importError will be thrown out if it failed.
Importing packages Image, ImageFont, ImageDraw and pygame is unnecessary when running otbox.py on IoT-LAB