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 448 forks source link

Remove code that uses pyserial_version #670

Open stefanklug opened 3 years ago

stefanklug commented 3 years ago

Since the python3 migration pyserial_version is no longer available. This was missing in commit 207253abc.