Browse Source

LPC fix NeoPixel fork

Chris Pepper 3 years ago
parent
commit
b73ac40fa3
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      platformio.ini

+ 2
- 2
platformio.ini View File

@@ -224,7 +224,7 @@ lib_deps          = Servo
224 224
   LiquidCrystal@1.0.0
225 225
   U8glib-HAL@0.4.1
226 226
   TMCStepper@~0.7.1
227
-  Adafruit NeoPixel@1.5.0
227
+  Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/1.5.0.zip
228 228
   SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
229 229
 
230 230
 [env:LPC1769]
@@ -242,7 +242,7 @@ lib_deps          = Servo
242 242
   LiquidCrystal@1.0.0
243 243
   U8glib-HAL@0.4.1
244 244
   TMCStepper@~0.7.1
245
-  Adafruit NeoPixel@1.5.0
245
+  Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/1.5.0.zip
246 246
   SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
247 247
 
248 248
 #

Loading…
Cancel
Save