mirror of
https://github.com/martin-ger/esp_wifi_repeater.git
synced 2026-07-27 19:56:03 +00:00
Merge pull request #554 from hmueller01/fix-esptool-param
revert ESPTOOLOPTS for old esptool.py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user