Closed landswellsong closed 3 weeks ago
Commits with leading zeroes in SHA would lose them in the number to string conversion, leading to a false-negative GitHub check
Thanks, good find! We need the same fix in the AP periph check here:
https://github.com/ArduPilot/WebTools/blob/25dffb70a70381b52508d57cfe9d628bb7c9ac41/HardwareReport/HardwareReport.js#L1717
Can you do that fix too?
@IamPete1 done, but I don't have a suitable log to verify it
I have tested, works as expected, Thanks!
Commits with leading zeroes in SHA would lose them in the number to string conversion, leading to a false-negative GitHub check