Prevent renaming of files and creating git conflicts

This commit is contained in:
phl0 2016-11-16 13:30:52 +01:00
parent 94a22dc399
commit 5ba27801bb
No known key found for this signature in database
GPG key ID: 48EA1E640798CA9A

View file

@ -47,9 +47,8 @@ Pins=11,10,0,1,2,3
To compile MMDVMHost with support for the HD44780 use the following commands. To compile MMDVMHost with support for the HD44780 use the following commands.
# cp Makefile.Pi.HD44780 Makefile
# make clean # make clean
# make # make -f Makefile.Pi.HD44780
Other HD44780 variations exist that connect via I2C. Support is also via Other HD44780 variations exist that connect via I2C. Support is also via
wiringPi, but to compile for each I2C device requires a different Makefile wiringPi, but to compile for each I2C device requires a different Makefile