We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6384876 commit f5a40f5Copy full SHA for f5a40f5
boards/lolin_s3.json
@@ -7,10 +7,12 @@
7
},
8
"core": "esp32",
9
"extra_flags": [
10
- "-DBOARD_HAS_PSRAM",
11
"-DARDUINO_LOLIN_S3",
+ "-DBOARD_HAS_PSRAM",
12
"-DARDUINO_USB_MODE=1",
13
- "-DARDUINO_USB_CDC_ON_BOOT=1"
+ "-DARDUINO_USB_CDC_ON_BOOT=1",
14
+ "-DARDUINO_RUNNING_CORE=1",
15
+ "-DARDUINO_EVENT_RUNNING_CORE=1"
16
],
17
"f_cpu": "240000000L",
18
"f_flash": "80000000L",
@@ -39,9 +41,7 @@
39
41
"upload": {
40
42
"flash_size": "16MB",
43
"maximum_ram_size": 327680,
- "maximum_size": 16777216,
- "use_1200bps_touch": true,
44
- "wait_for_upload_port": true,
+ "maximum_size": 16777216,
45
"require_upload_port": true,
46
"speed": 460800
47
0 commit comments