X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=rf433ctl%2FREADME;fp=rf433ctl%2FREADME;h=f7cade4c6a1e6b2674bea819fd951a576ce358a4;hb=b07cf3f63479fec42745763de360c3f68c5f1876;hp=093186ad824f93f4f387671d98da169578b24e9e;hpb=8682625b18daa7a9f6ae5d3fff47e9e3158d19ef;p=svn42.git diff --git a/rf433ctl/README b/rf433ctl/README index 093186a..f7cade4 100644 --- a/rf433ctl/README +++ b/rf433ctl/README @@ -3,12 +3,12 @@ Realraum tuer instructions: 1. install avr-gcc and tools: $ sudo aptitude install gcc-avr avr-libc avrdude -2. download arduino: - $ wget http://arduino.googlecode.com/files/arduino-0013-linux2.tgz +2. download arduino version 0015 exactly: + $ wget http://arduino.googlecode.com/files/arduino-0015-linux.tgz 3. unpack and add link: - $ tar -xzf arduino-0013-linux2.tgz - $ ln -s arduino-0013 arduino + $ tar -xzf arduino-0015-linux.tgz + $ ln -s arduino-0015 arduino 4. update Makefile variables INSTALL_DIR and PORT to your needs