esp8266 / esp8266/Arduino

new board definition

Open
#8,986 3 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.