mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
esp32: change make flash-related names to not conflict with idf
This commit is contained in:
parent
5c0b0450f2
commit
90089af508
1 changed files with 2 additions and 2 deletions
|
@ -93,14 +93,14 @@ all: $(LWS_BUILD_PATH)/pack.img
|
|||
|
||||
flash: $(LWS_BUILD_PATH)/pack.img
|
||||
|
||||
flash_ota: $(LWS_BUILD_PATH)/pack.img
|
||||
lws_flash_ota: $(LWS_BUILD_PATH)/pack.img
|
||||
$(IDF_PATH)/components/esptool_py/esptool/esptool.py \
|
||||
--chip esp32 \
|
||||
--port $(ESPPORT) \
|
||||
--baud $(CONFIG_ESPTOOLPY_BAUD) \
|
||||
write_flash 0x110000 $(LWS_BUILD_PATH)/$(PROJECT_NAME).bin
|
||||
|
||||
erase_ota:
|
||||
lws_erase_ota:
|
||||
$(IDF_PATH)/components/esptool_py/esptool/esptool.py \
|
||||
--chip esp32 \
|
||||
--port $(ESPPORT) \
|
||||
|
|
Loading…
Add table
Reference in a new issue