This repository has been archived on 2025-12-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Marlin_FB4S/ini/esp32.ini
Sergey 398bb884ec 2.0.9
2021-07-05 14:01:47 +03:00

30 lines
717 B
INI

#
# Marlin Firmware
# PlatformIO Configuration File
#
#################################
# #
# ESP32 Architecture #
# #
#################################
#
# Espressif ESP32
#
[env:esp32]
platform = espressif32@2.1.0
board = esp32dev
build_flags = ${common.build_flags} -DCORE_DEBUG_LEVEL=0
src_filter = ${common.default_src_filter} +<src/HAL/ESP32>
lib_ignore = NativeEthernet
upload_speed = 500000
monitor_speed = 250000
#upload_port = marlinesp.local
#board_build.flash_mode = qio
[env:FYSETC_E4]
platform = espressif32@2.1.0
extends = env:esp32
board_build.partitions = default_16MB.csv