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

no echo required for `info` #667

Closed tuna-f1sh closed 3 years ago

tuna-f1sh commented 3 years ago

Fixes https://github.com/sudar/Arduino-Makefile/issues/666

sudar commented 3 years ago

Thanks @tuna-f1sh for the PR.