From 030eddb2440252c6977ae0a645ff1a83f29af9db Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 15 Feb 2015 16:00:19 +0200 Subject: [PATCH] Add alias to "tool-teensy" --- platformio/platforms/teensy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/platformio/platforms/teensy.py b/platformio/platforms/teensy.py index aa2e6a8e..8e0f2179 100644 --- a/platformio/platforms/teensy.py +++ b/platformio/platforms/teensy.py @@ -31,6 +31,7 @@ class TeensyPlatform(BasePlatform): }, "tool-teensy": { + "alias": "uploader", "default": True } }