From a6ced5a82d7f96c9fd408c3447438dfcd4edb5aa Mon Sep 17 00:00:00 2001 From: Robb Walters Date: Tue, 30 Jan 2018 17:33:14 -0800 Subject: [PATCH] update dependencies versions --- README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 095d851..035da20 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,17 @@ # flybrix-firmware -Flybrix is at version 1.5.0 and getting better all the time! +Flybrix is currently shipping with version 1.5.1 installed. ## Dependencies -* arduino 1.8.2 from https://www.arduino.cc/en/Main/OldSoftwareReleases -* teensyduino 1.36 from https://www.pjrc.com/teensy/td_download.html -* teensy loader from https://www.pjrc.com/teensy/loader.html -* SDFat 1.0.3 from https://github.com/greiman/SdFat/releases/tag/1.0.3 +* Arduino 1.8.5 from https://www.arduino.cc/en/Main/Software +* Teensyduino 1.41 from https://www.pjrc.com/teensy/td_download.html +* Teensy loader from https://www.pjrc.com/teensy/loader.html +* SDFat 1.0.5 from https://github.com/greiman/SdFat/releases/tag/1.0.5 ## Setup -Download the SDFat library's source as a .ZIP file (direct link for download [here](https://github.com/greiman/SdFat/archive/1.0.3.zip)) - -In the Arduino IDE, go to `Sketch -> Include Library -> Add .ZIP Libraries...` to add it. +In the Arduino IDE, isntall SdFat from 'Sketch -> Include Library -> Manage Libraries...' Choose `Tools -> Board: -> Teensy 3.2 / 3.1` to target the correct board, and leave the rest as default ("Serial" and "96 MHz (overclock)"). @@ -25,6 +23,6 @@ If you can't compile because it appears that you're missing libraries, be sure that you have set up the Arduino IDE to target the correct board ("Teensy 3.2 / 3.1")! The Arduino IDE defaults to expand tabs with 2 spaces. To change that edit your preferences file. -https://www.arduino.cc/en/Hacking/Preferences -- Change “editor.tabs.size=” to 4 and restart arduino +https://www.arduino.cc/en/Hacking/Preferences -- Change “editor.tabs.size=” to 4 and restart Arduino -If you run into problems, send us a note! +If you run into problems, send us an email at support@flybrix.com!