My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

esp32.ini 718B

1234567891011121314151617181920212223242526272829
  1. #
  2. # Marlin Firmware
  3. # PlatformIO Configuration File
  4. #
  5. #################################
  6. # #
  7. # ESP32 Architecture #
  8. # #
  9. #################################
  10. #
  11. # Espressif ESP32
  12. #
  13. [env:esp32]
  14. platform = espressif32@2.1.0
  15. board = esp32dev
  16. build_flags = ${common.build_flags} -DCORE_DEBUG_LEVEL=0
  17. src_filter = ${common.default_src_filter} +<src/HAL/ESP32>
  18. lib_ignore = NativeEthernet
  19. upload_speed = 500000
  20. monitor_speed = 250000
  21. #upload_port = marlinesp.local
  22. #board_build.flash_mode = qio
  23. [env:FYSETC_E4]
  24. platform = espressif32@1.11.2
  25. extends = env:esp32
  26. board_build.partitions = default_16MB.csv