|
@@ -36,9 +36,9 @@ lib_deps =
|
36
|
36
|
https://github.com/lincomatic/LiquidTWI2/archive/30aa480.zip
|
37
|
37
|
https://github.com/ameyer/Arduino-L6470/archive/dev.zip
|
38
|
38
|
https://github.com/trinamic/TMC26XStepper/archive/c1921b4.zip
|
39
|
|
- https://github.com/mikeshub/SailfishLCD.git
|
40
|
|
- https://github.com/mikeshub/SailfishRGB_LED.git
|
41
|
|
- https://github.com/mikeshub/SlowSoftI2CMaster.git
|
|
39
|
+ SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
|
|
40
|
+ SailfishRGB_LED=https://github.com/mikeshub/SailfishRGB_LED/archive/master.zip
|
|
41
|
+ SlowSoftI2CMaster=https://github.com/mikeshub/SlowSoftI2CMaster/archive/master.zip
|
42
|
42
|
|
43
|
43
|
#################################
|
44
|
44
|
# #
|
|
@@ -167,7 +167,7 @@ lib_deps = Servo
|
167
|
167
|
U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
|
168
|
168
|
TMCStepper@<1.0.0
|
169
|
169
|
Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/master.zip
|
170
|
|
- https://github.com/mikeshub/SailfishLCD.git
|
|
170
|
+ SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
|
171
|
171
|
|
172
|
172
|
[env:LPC1769]
|
173
|
173
|
platform = https://github.com/p3p/pio-nxplpc-arduino-lpc176x/archive/master.zip
|
|
@@ -291,6 +291,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
291
|
291
|
-DDEBUG_LEVEL=0
|
292
|
292
|
build_unflags = -std=gnu++11
|
293
|
293
|
lib_deps = ${common.lib_deps}
|
|
294
|
+ SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
294
|
295
|
lib_ignore =
|
295
|
296
|
c1921b4
|
296
|
297
|
libf3c
|
|
@@ -595,8 +596,8 @@ upload_speed = 115200
|
595
|
596
|
monitor_speed = 115200
|
596
|
597
|
upload_port = /dev/ttyUSB0
|
597
|
598
|
lib_deps =
|
598
|
|
- https://github.com/me-no-dev/AsyncTCP.git
|
599
|
|
- https://github.com/me-no-dev/ESPAsyncWebServer.git
|
|
599
|
+ AsyncTCP=https://github.com/me-no-dev/AsyncTCP/archive/master.zip
|
|
600
|
+ ESPAsyncWebServer=https://github.com/me-no-dev/ESPAsyncWebServer/archive/master.zip
|
600
|
601
|
lib_ignore =
|
601
|
602
|
LiquidCrystal_I2C
|
602
|
603
|
LiquidCrystal
|