Skip to content

Commit d315b3b

Browse files
authored
Update arduino_nano_esp32: no remapping
1 parent be9ff3d commit d315b3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

boards/arduino_nano_esp32.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"build": {
33
"arduino":{
4-
"ldscript": "esp32s3_out.ld",
54
"partitions": "app3M_fat9M_fact512k_16MB.csv",
65
"memory_type": "qio_opi"
76
},
87
"core": "esp32",
98
"extra_flags": [
109
"-DARDUINO_NANO_ESP32",
11-
"-DBOARD_HAS_PIN_REMAP",
10+
"-DBOARD_USES_HW_GPIO_NUMBERS",
1211
"-DBOARD_HAS_PSRAM",
1312
"-DUSB_MANUFACTURER=\\\"Arduino\\\"",
1413
"-DUSB_PRODUCT=\\\"NanoESP32\\\"",

0 commit comments

Comments
 (0)