mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
ESP_FLASH_MAX for ESP8266_4MB is wrong in boards/ESP8266_4MB.py (fix #1551)
will update ChangeLog later
This commit is contained in:
parent
155207ccd5
commit
3a529a902a
@ -33,7 +33,7 @@ info = {
|
||||
],
|
||||
'makefile' : [
|
||||
'FLASH_4MB=1',
|
||||
'ESP_FLASH_MAX=962560',
|
||||
'ESP_FLASH_MAX=831488',
|
||||
'FLASH_BAUD=460800'
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user