Slight readme update; reset Makefile things to default for ESP-01 modules

This commit is contained in:
Jeroen Domburg
2015-07-23 16:28:34 +08:00
parent 0360cdd158
commit f1ac68d41f
2 changed files with 11 additions and 9 deletions
+5 -4
View File
@@ -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