mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
Added 2M generic boards (#5404)
* added generic boards 2M (SPIFFS 128K) 2M (SPIFFS 256K)
This commit is contained in:
committed by
Earle F. Philhower, III
parent
00bc89eb48
commit
4b16fa0a33
@ -1239,6 +1239,8 @@ def all_flash_map ():
|
||||
f1m.update( flash_map( 1024, 512 ))
|
||||
|
||||
f2m.update( flash_map( 2*1024))
|
||||
f2m.update( flash_map( 2*1024, 128 ))
|
||||
f2m.update( flash_map( 2*1024, 256 ))
|
||||
f2m.update( flash_map( 2*1024, 512 ))
|
||||
f2m.update( flash_map( 2*1024, 1024 ))
|
||||
|
||||
|
Reference in New Issue
Block a user