lepton icon indicating copy to clipboard operation
lepton copied to clipboard

ESP32 programming error

Open mortenx opened this issue 4 years ago • 1 comments

Why this error?

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

error

mortenx avatar Dec 29 '21 16:12 mortenx

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?

danjulio avatar Dec 29 '21 20:12 danjulio