mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
Add 2MB obtion to 8285 generic board (#7163)
The ESP8285H16 is reported to have 2MB of flash, so add an option the the Generic 8285 board for 2MB. Fixes #7161
This commit is contained in:
committed by
GitHub
parent
e64cb619f7
commit
1127a090ad
@ -286,7 +286,7 @@ boards = collections.OrderedDict([
|
||||
'crystalfreq_menu',
|
||||
'flashmode_dout',
|
||||
'flashfreq_40',
|
||||
'1M',
|
||||
'1M', '2M',
|
||||
'led',
|
||||
],
|
||||
'desc': [ 'ESP8285 (`datasheet <http://www.espressif.com/sites/default/files/0a-esp8285_datasheet_en_v1.0_20160422.pdf>`__) is a multi-chip package which contains ESP8266 and 1MB flash. All points related to bootstrapping resistors and recommended circuits listed above apply to ESP8285 as well.',
|
||||
|
Reference in New Issue
Block a user