ArduPilot / SiK

Tools and firmware for the Si1000
BSD 2-Clause "Simplified" License
286 stars 232 forks source link

Whitespace & py3 compatibility in uploader.py #71

Closed mishaturnbull closed 2 years ago

mishaturnbull commented 2 years ago

This fixes a mixture of tabs and 8-space indentation in the uploader.py script (moving it all to 4-space indentation). It also changes a few points in the script for python3 compatibility.

The script seems to execute as intended, although I don't have hardware to give it a full actually-flash-it test on.

tridge commented 2 years ago

this fails testing for me with both py2 and py3

tridge commented 2 years ago

closing in favor of #72