1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

add sdk options to "generic esp8285 module" (#7550)

* add sdk options to "generic esp8255 module"
upgrade esp8285 variant to full generic device
This commit is contained in:
5chufti
2020-08-25 16:14:14 +02:00
committed by GitHub
parent 1ff927d04c
commit 83535a01d2
2 changed files with 13 additions and 0 deletions

View File

@ -288,6 +288,7 @@ boards = collections.OrderedDict([
'flashfreq_40',
'1M', '2M',
'led',
'sdk',
],
'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.',
'',