darksiah
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
platformio.ini
|
|
@ -489,7 +489,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py |
|
|
|
build_unflags = -std=gnu++11 |
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_nano.py |
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1> |
|
|
|
lib_deps = |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip |
|
|
|
lib_ignore = Adafruit NeoPixel, SPI |
|
|
|
|
|
|
|