mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-26 05:17:17 +00:00
🔨 PlatformIO 6 compatibility
This commit is contained in:
parent
4dd14704dc
commit
b0a091e632
@ -17,15 +17,10 @@
|
|||||||
|
|
||||||
[platformio]
|
[platformio]
|
||||||
src_dir = Marlin
|
src_dir = Marlin
|
||||||
build_dir = .pioenvs
|
default_envs = megaatmega2560
|
||||||
lib_dir = .piolib
|
|
||||||
libdeps_dir = .piolibdeps
|
|
||||||
env_default = megaatmega2560
|
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
build_flags = -fmax-errors=5
|
build_flags = -fmax-errors=5 -g -fmerge-all-constants
|
||||||
-g
|
|
||||||
-ggdb
|
|
||||||
lib_deps =
|
lib_deps =
|
||||||
https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
|
https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
|
||||||
LiquidCrystal_I2C@1.1.2
|
LiquidCrystal_I2C@1.1.2
|
||||||
|
Loading…
Reference in New Issue
Block a user