From cf329e8b84a55a05afa04df971d9abd9793c9130 Mon Sep 17 00:00:00 2001 From: Brian Clemens Date: Thu, 20 Feb 2020 21:21:29 +0900 Subject: [PATCH] Vim --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index aa496d8..0a8d314 100644 --- a/Makefile +++ b/Makefile @@ -163,7 +163,6 @@ else ifeq ("$(FLASH_SIZE)","2MB") ESP_SPI_SIZE ?= 4 # 6->4MB (1MB+1MB) or 4->4MB (512KB+512KB) ESP_FLASH_MODE ?= 0 # 0->QIO, 2->DIO ESP_FLASH_FREQ_DIV ?= 15 # 15->80Mhz -:q ET_FS ?= 16m # 16Mbit flash size in esptool flash command ET_FF ?= 80m # 80Mhz flash speed in esptool flash command ET_BLANK ?= 0x1FE000 # where to flash blank.bin to erase wireless settings