new board definition
- Dominant language
- C++
- Stars
- 16.7k
- Forks
- 13.1k
- PR merge metrics
- No merged PRs in 30d
Description
new board definition for the boards.txt.py to support ESP-07 - didnt work out how to build it yet - so untested
-----------------------------------------------
( 'nodemcu7', {
'name': 'NodeMCU 0.7 (ESP-07 Module)',
'opts': {
'.build.board': 'ESP8266_NODEMCU_ESP07',
'.build.variant': 'nodemcu7',
},
'macro': [
'resetmethod_nodemcu',
'flashmode_qio',
'flashfreq_40',
'1M', '16M',
'led216',
],
'desc': [ 'LED is on GPIO2',
],
}),
----------------------------------------------------
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.