KejPi / AbracaDABra

Abraca DAB radio: DAB/DAB+ Software Defined Radio (SDR)
MIT License
68 stars 8 forks source link

[SPI] Fix for MOT object contentName parameter encoded in utf8 #150

Closed tkarls closed 2 months ago

tkarls commented 2 months ago

The length was omitted when parsing the utf8 string, causing the names to append garbage data before. This PR simply pass in the calculated length to fromUtf8()

The SPI logos would not display at all in the GUI before, but after this fix they appear.

KejPi commented 2 months ago

Thanks!