Mechanical-Advantage / AdvantageScope

Robot telemetry application
MIT License
165 stars 50 forks source link

Fix URCL displaying no data if aliases field is null #166

Closed Gold872 closed 2 months ago

Gold872 commented 5 months ago

Sometimes the aliases map doesn't get logged on code startup. This causes no data to be displayed from URCL when reading the log. As a fix, aliasesRaw gets initialized to {} (in UTF8 encoding) if it is null.