From b73ac40fa3abde7a10eb9d2708cd8d01b83d9de3 Mon Sep 17 00:00:00 2001
From: Chris Pepper <p3p@p3psoft.co.uk>
Date: Tue, 14 Jul 2020 15:15:19 +0100
Subject: [PATCH] LPC fix NeoPixel fork

---
 platformio.ini | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/platformio.ini b/platformio.ini
index 1c00060e9d..702f52db00 100644
--- a/platformio.ini
+++ b/platformio.ini
@@ -224,7 +224,7 @@ lib_deps          = Servo
   LiquidCrystal@1.0.0
   U8glib-HAL@0.4.1
   TMCStepper@~0.7.1
-  Adafruit NeoPixel@1.5.0
+  Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/1.5.0.zip
   SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
 
 [env:LPC1769]
@@ -242,7 +242,7 @@ lib_deps          = Servo
   LiquidCrystal@1.0.0
   U8glib-HAL@0.4.1
   TMCStepper@~0.7.1
-  Adafruit NeoPixel@1.5.0
+  Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/1.5.0.zip
   SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
 
 #