CircuitChaos / OpenMicron

Software to program CRT Micron UV, AnyTone AT-778UV and Retevis RT-95 transceivers under Linux
8 stars 1 forks source link

Proper handling of channels with empty names #1

Closed gordopl closed 2 years ago

gordopl commented 2 years ago

Hello. Omi doesn't export 'no name' channels. I have some channels with empty name and omi treats them as empty channels which isn't true. Simple change in appletexport.cpp fixes this. Maybe You should change it to ignore channels with name filled with 0xff 0xff... only.

BTW nice job :)

Best regards

CircuitChaos commented 2 years ago

Hi @gordopl,

To be honest I didn't know it's even possible to have channels with empty names. I added it in the newest commit, feel free to test :)

Thanks.