mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-08 22:34:59 -06:00
✨ KEDI (STM32F1) and GODI (ESP32) boards (#25796)
This commit is contained in:
parent
1f9bfc5c74
commit
3a8809c1a7
5 changed files with 450 additions and 0 deletions
|
@ -40,3 +40,9 @@ monitor_speed = 115200
|
|||
[env:mks_tinybee]
|
||||
extends = env:esp32
|
||||
board_build.partitions = default_8MB.csv
|
||||
|
||||
[env:godi_esp32]
|
||||
extends = env:esp32
|
||||
board_build.partitions = Marlin/src/HAL/ESP32/esp32.csv
|
||||
upload_speed = 115200
|
||||
monitor_speed = 115200
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue