Starting with Stock BTT-Config and Old Configs as Backup

This commit is contained in:
pat
2021-09-18 04:43:19 +02:00
commit 96877e3d8a
2375 changed files with 1526701 additions and 0 deletions

29
ini/esp32.ini Normal file
View File

@@ -0,0 +1,29 @@
#
# 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