sudar / Arduino-Makefile

Makefile for Arduino sketches. It defines the workflows for compiling code, flashing it to Arduino and even communicating through Serial.
http://hardwarefun.com/tutorials/compiling-arduino-sketches-using-makefile
GNU Lesser General Public License v2.1
2.02k stars 449 forks source link

Tiny bug fix and probable improvement to your very enjoyable tool, please read below #677

Open ANAU-designs opened 2 years ago

ANAU-designs commented 2 years ago

Fixed - [pyserial_version] declared and initialised: useful when flashing an Arduino Leonardo board Updated - shebang removed in favor of the use of env (man env) more versatile and useful to portability

sudar commented 2 years ago

Thanks @ANAU-designs for your contribution.

Let me do some more checks regarding the shebang change and will merge it if everything looks good.