Skip to content

Commit 611881e

Browse files
committed
Minor changes to ESP32S3 CAM LCD and ESP32-S2-Saola-1 manifests
1 parent 6f5b79f commit 611881e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

boards/esp32-s2-saola-1.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"ldscript": "esp32s2_out.ld"
55
},
66
"core": "esp32",
7+
"extra_flags": "-DARDUINO_ESP32S2_DEV",
78
"f_cpu": "240000000L",
89
"f_flash": "80000000L",
910
"flash_mode": "qio",

boards/esp32s3camlcd.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
"frameworks": [
3636
"arduino"
3737
],
38-
"name": "Espressif ESP32-S3-Box",
38+
"name": "ESP32S3 CAM LCD",
3939
"upload": {
4040
"flash_size": "4MB",
4141
"maximum_ram_size": 327680,
4242
"maximum_size": 16777216,
4343
"require_upload_port": true,
4444
"speed": 921600
4545
},
46-
"url": "https://www.adafruit.com/product/5290",
46+
"url": "https://www.espressif.com/en/news/Maple_Eye_ESP32-S3",
4747
"vendor": "Espressif"
4848
}

0 commit comments

Comments
 (0)