Skip to content

Commit f6e0165

Browse files
authored
Specify proper LED pin for ESP-Mx DevKit
Fixes #289
1 parent d4e9b83 commit f6e0165

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

boards/espmxdevkit.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
"ldscript": "eagle.flash.1m256.ld"
55
},
66
"core": "esp8266",
7-
"extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01",
7+
"extra_flags": [
8+
"-DESP8266",
9+
"-DARDUINO_ARCH_ESP8266",
10+
"-DARDUINO_ESP8266_ESP01",
11+
"-DLED_BUILTIN=16"
12+
],
813
"f_cpu": "80000000L",
914
"f_flash": "40000000L",
1015
"flash_mode": "dout",

0 commit comments

Comments
 (0)