Slight readme update; reset Makefile things to default for ESP-01 modules
This commit is contained in:
@@ -2,14 +2,15 @@
|
||||
# 'separate' - Separate espfs and binaries, no OTA upgrade
|
||||
# 'combined' - Combined firmware blob, no OTA upgrade
|
||||
# 'ota' - Combined firmware blob with OTA upgrades.
|
||||
#Please do a 'make clean' after changing this.
|
||||
OUTPUT_TYPE=separate
|
||||
#OUTPUT_TYPE=combined
|
||||
#OUTPUT_TYPE=separate
|
||||
OUTPUT_TYPE=ota
|
||||
#OUTPUT_TYPE=ota
|
||||
|
||||
#SPI flash size, in K
|
||||
ESP_SPI_FLASH_SIZE_K=1024
|
||||
ESP_SPI_FLASH_SIZE_K=512
|
||||
#0: QIO, 1: QOUT, 2: DIO, 3: DOUT
|
||||
ESP_FLASH_MODE=2
|
||||
ESP_FLASH_MODE=0
|
||||
#0: 40MHz, 1: 26MHz, 2: 20MHz, 0xf: 80MHz
|
||||
ESP_FLASH_FREQ_DIV=0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user