From 2e2e2f744963bd1953fcb95a46e240423f8cd0d4 Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Wed, 10 Jun 2015 15:46:08 +0200 Subject: [PATCH] Update revisions.txt --- build/shared/revisions.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 150ed265e..99df6928f 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -31,6 +31,7 @@ ARDUINO 1.6.5 * Added SPI Transactions to TFT lib * Stepper: support for 5-phase/5-wires motors. Thanks @rdodesigns * Stepper: increased precision in timing calculations. Thanks @ekozlenko +* Firmata and Temboo: dropped our vesions, tagged released are downloaded from their respective git repos [core] * AVR: delayMicroseconds(..) doesn't hang if called with 0. Thanks @cano64