1
0
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:
Stanimir-Petev
2021-10-31 22:30:38 +02:00
committed by GitHub
parent 0cd90ed4ad
commit 3f5a76cc26
2 changed files with 21 additions and 5 deletions

View File

@ -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',
],