ESP_FLASH_MAX for ESP8266_4MB is wrong in boards/ESP8266_4MB.py (fix #1551)

will update ChangeLog later
This commit is contained in:
Mark Becker 2018-11-12 06:15:38 +01:00 committed by GitHub
parent 155207ccd5
commit 3a529a902a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ info = {
],
'makefile' : [
'FLASH_4MB=1',
'ESP_FLASH_MAX=962560',
'ESP_FLASH_MAX=831488',
'FLASH_BAUD=460800'
]
}