]> git.earman.xyz Git - sensor-watch.git/commit
Replace python with python3 for calling uf2conv
authorWesley Ellis <tahnok@gmail.com>
Thu, 14 Jul 2022 18:42:32 +0000 (14:42 -0400)
committerWesley Ellis <tahnok@gmail.com>
Thu, 14 Jul 2022 18:42:32 +0000 (14:42 -0400)
commit6f96e848c233abd39e12e15bcf1cd32f48331894
treec759942dcbffaa5d093c903600a85a61c3b01144
parent87da5f15ea314d53d97cee5f9fd13b4f83455256
Replace python with python3 for calling uf2conv

Instead of calling python use python3.

On a default debian 11 install there is no python binary, only python3.
Given that the uf2conv script is written for python 3 I think this is a
safe change to make
make.mk