Skip to content

Wrong #define LED_BUILTIN for NodeMCU board #4715

Closed
@TridentTD

Description

@TridentTD

Basic Infos

ESP8266 Arduino Core 2.4.1 has a mistake (?) #define LED_BUILTIN
for NodeMCU board to pin gpio16 , then when using BLINK example ,
it can't blink the LED_BUILTIN

https://github.com/esp8266/Arduino/blob/master/variants/nodemcu/pins_arduino.h#L35

It should be defined to pin gpio 2 ?

Platform

  • NodeMCU 1.0 (ESP12F)
  • Core version 2.4.1
  • ArduinoIDE
  • Windows10

Settings in IDE

  • NodeMCU
  • 4MB
  • lwip V2 & V1.4

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions