From f812e74324799401fcc3388d6e676bbb363eae7c Mon Sep 17 00:00:00 2001 From: Matthew Lewis Date: Wed, 23 Sep 2015 11:57:54 -0500 Subject: [PATCH] config: fix Punch Through vendor name --- platformio/boards/punchthrough.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/boards/punchthrough.json b/platformio/boards/punchthrough.json index bf6fc85f..6e7d41ed 100644 --- a/platformio/boards/punchthrough.json +++ b/platformio/boards/punchthrough.json @@ -1,7 +1,7 @@ { "lightblue-bean": { "name": "LightBlue Bean", - "vendor": "Punch Through Design", + "vendor": "Punch Through", "url": "https://punchthrough.com/bean", "platform": "atmelavr",