From 7920e4e8aacc4cf4a4539b554060765e37bfff70 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Wed, 5 Mar 2008 00:48:08 +0000 Subject: [PATCH] Disabling flushing of the serial port for the BT (bluetooth) board. It seems to fix uploading to it under Mac OS X 10.5 (Leopard). --- boards.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/boards.txt b/boards.txt index 338aa63..8fcf066 100644 --- a/boards.txt +++ b/boards.txt @@ -64,6 +64,7 @@ bt.name=Arduino BT bt.upload.protocol=stk500 bt.upload.maximum_size=14336 bt.upload.speed=19200 +bt.upload.disable_flushing=true bt.bootloader.low_fuses=0xff bt.bootloader.high_fuses=0xdd