danjulio / lepton

Code and libraries to use a FLIR Lepton Thermal Imaging Camera Module
179 stars 37 forks source link

ESP32 programming error #15

Open mortenx opened 2 years ago

mortenx commented 2 years ago

Why this error?

UnicodeEncodeError: 'gbk' codec can't encode character u'\xf5' in position 13: i llegal multibyte sequence

error

danjulio commented 2 years ago

Unfortunately I don't have visibility into Espressif's tool. However using google to lookup 'gbk' (https://pub.dev/packages/gbk_codec) and this error leads me to believe that the tool doesn't like the encoding in some string. There is some unicode it can't understand. Perhaps one of the filename strings has the extra unicode. Is there another way you can enter these strings?