Skip to content

Commit

Permalink
fix lolin_s3.json (#1252)
Browse files Browse the repository at this point in the history
remove not needed touch entry
  • Loading branch information
Jason2866 authored Dec 12, 2023
1 parent 6384876 commit f5a40f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions boards/lolin_s3.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
},
"core": "esp32",
"extra_flags": [
"-DBOARD_HAS_PSRAM",
"-DARDUINO_LOLIN_S3",
"-DBOARD_HAS_PSRAM",
"-DARDUINO_USB_MODE=1",
"-DARDUINO_USB_CDC_ON_BOOT=1"
"-DARDUINO_USB_CDC_ON_BOOT=1",
"-DARDUINO_RUNNING_CORE=1",
"-DARDUINO_EVENT_RUNNING_CORE=1"
],
"f_cpu": "240000000L",
"f_flash": "80000000L",
Expand Down Expand Up @@ -39,9 +41,7 @@
"upload": {
"flash_size": "16MB",
"maximum_ram_size": 327680,
"maximum_size": 16777216,
"use_1200bps_touch": true,
"wait_for_upload_port": true,
"maximum_size": 16777216,
"require_upload_port": true,
"speed": 460800
},
Expand Down

0 comments on commit f5a40f5

Please sign in to comment.