mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
MOD-WIFI-ESP8266(-DEV) update (#8297)
Added Flash mode and reset method selection options for Olimex board MOD-WIFI-ESP8266(-DEV) The addition of the FlashMode and ResetMethod selection options via boards.txt.py generation file.
This commit is contained in:
@ -531,8 +531,9 @@ boards = collections.OrderedDict([
|
||||
'.build.variant': 'modwifi',
|
||||
},
|
||||
'macro': [
|
||||
'resetmethod_ck',
|
||||
'flashmode_qio',
|
||||
'resetmethod_menu',
|
||||
'resetmethod_menu_extra',
|
||||
'flashmode_menu',
|
||||
'flashfreq_40',
|
||||
'2M',
|
||||
],
|
||||
|
Reference in New Issue
Block a user