Skip to content

Commit 746f423

Browse files
committed
Remove global ldscripts in qchip board
1 parent 4c2b338 commit 746f423

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

boards/qchip.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"build": {
3+
"arduino": {
4+
"ldscript": "esp32_out.ld"
5+
},
36
"core": "esp32",
47
"extra_flags": "-DARDUINO_HELTEC_WIFI_KIT_32",
58
"f_cpu": "240000000L",
69
"f_flash": "40000000L",
710
"flash_mode": "dio",
8-
"ldscript": "esp32_out.ld",
911
"mcu": "esp32",
1012
"variant": "heltec_wifi_kit_32"
1113
},

0 commit comments

Comments
 (0)