Merge pull request #554 from hmueller01/fix-esptool-param

revert ESPTOOLOPTS for old esptool.py
This commit is contained in:
martin-ger
2025-02-13 07:30:30 +01:00
committed by GitHub
+3 -3
View File
@@ -29,9 +29,9 @@ SDK_BASE ?= $(BUILD_AREA)/esp-open-sdk/sdk
# # esptool.py path and port
ESPTOOL ?= $(XTENSA_TOOLS_ROOT)/esptool.py
ESPPORT ?= /dev/ttyUSB0
#ESPTOOLBAUD ?= 115200
ESPTOOLBAUD ?= 460800 # will work with modern hardware
ESPTOOLOPTS = -ff 40m -fm dio -fs 4MB
ESPTOOLBAUD ?= 115200
#ESPTOOLBAUD ?= 460800 # will work with modern hardware
ESPTOOLOPTS = -ff 40m -fm dio -fs 32m
# name for the target project
TARGET = app