Skip to content

Commit 5fafbd6

Browse files
deploy: 0b48e1b
1 parent f5abbb3 commit 5fafbd6

12 files changed

Lines changed: 2540 additions & 2687 deletions

File tree

api/boards.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,8 @@
423423
},
424424
{
425425
"board_id": "adafruit_feather_esp32s3_nopsram",
426-
"title": "Feather ESP32-S3 No PSRAM Download",
427-
"name": "Feather ESP32-S3 No PSRAM",
426+
"title": "Feather ESP32-S3 8MB Flash No PSRAM Download",
427+
"name": "Feather ESP32-S3 8MB Flash No PSRAM",
428428
"board_url": [
429429
"https://www.adafruit.com/product/5323"
430430
],
@@ -1322,8 +1322,8 @@
13221322
},
13231323
{
13241324
"board_id": "adafruit_qtpy_esp32s3_nopsram",
1325-
"title": "Adafruit QT Py ESP32-S3 No PSRAM Download",
1326-
"name": "Adafruit QT Py ESP32-S3 No PSRAM",
1325+
"title": "Adafruit QT Py ESP32-S3 8MB Flash No PSRAM Download",
1326+
"name": "Adafruit QT Py ESP32-S3 8MB Flash No PSRAM",
13271327
"board_url": [
13281328
"https://www.adafruit.com/product/5426"
13291329
],

board/adafruit_feather_esp32s3_nopsram/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<link rel="icon" href="/assets/images/favicon.ico" type="image/x-icon" />
99
<meta name="msapplication-TileColor" content="#1a1919">
1010
<meta name="msapplication-TileImage" content="https://cdn-shop.adafruit.com/static/mstile-144x144.png" />
11-
<title>Feather ESP32-S3 No PSRAM Download</title>
11+
<title>Feather ESP32-S3 8MB Flash No PSRAM Download</title>
1212
<meta name="description" content="The ESP32-S3 has arrived in Feather format - and what a great way to get started with this powerful new chip from Espressif! With dual 240 MHz cores, WiFi an..." />
1313

1414
<!-- Twitter and Open Graph cards -->
1515
<meta name="twitter:site" content="@circuitpython" />
1616
<meta property="og:url" content="https://circuitpython.org/board/adafruit_feather_esp32s3_nopsram/" />
1717

18-
<meta property="og:title" content="CircuitPython - Feather ESP32-S3 No PSRAM Download" />
18+
<meta property="og:title" content="CircuitPython - Feather ESP32-S3 8MB Flash No PSRAM Download" />
1919

2020

2121

@@ -134,7 +134,7 @@
134134

135135
<div id="main-content" class="wrapper">
136136
<div id="download-page">
137-
<h1>Feather ESP32-S3 No PSRAM</h1>
137+
<h1>Feather ESP32-S3 8MB Flash No PSRAM</h1>
138138
<h3>by Adafruit</h3>
139139

140140
<div class="download-section">
@@ -197,7 +197,7 @@ <h2>Contribute</h2>
197197
<h3>CircuitPython 9.2.3</h3>
198198

199199
<p>
200-
This is the latest <strong>stable</strong> release of CircuitPython that will work with the Feather ESP32-S3 No PSRAM.
200+
This is the latest <strong>stable</strong> release of CircuitPython that will work with the Feather ESP32-S3 8MB Flash No PSRAM.
201201
</p>
202202
<p>
203203
<strong>Use this release</strong> if you are new to CircuitPython.

board/adafruit_qtpy_esp32s3_nopsram/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<link rel="icon" href="/assets/images/favicon.ico" type="image/x-icon" />
99
<meta name="msapplication-TileColor" content="#1a1919">
1010
<meta name="msapplication-TileImage" content="https://cdn-shop.adafruit.com/static/mstile-144x144.png" />
11-
<title>Adafruit QT Py ESP32-S3 No PSRAM Download</title>
11+
<title>Adafruit QT Py ESP32-S3 8MB Flash No PSRAM Download</title>
1212
<meta name="description" content="The ESP32-S3 has arrived in QT Py format - and what a great way to get started with this powerful new chip from Espressif! With dual 240 MHz cores, WiFi and ..." />
1313

1414
<!-- Twitter and Open Graph cards -->
1515
<meta name="twitter:site" content="@circuitpython" />
1616
<meta property="og:url" content="https://circuitpython.org/board/adafruit_qtpy_esp32s3_nopsram/" />
1717

18-
<meta property="og:title" content="CircuitPython - Adafruit QT Py ESP32-S3 No PSRAM Download" />
18+
<meta property="og:title" content="CircuitPython - Adafruit QT Py ESP32-S3 8MB Flash No PSRAM Download" />
1919

2020

2121

@@ -134,7 +134,7 @@
134134

135135
<div id="main-content" class="wrapper">
136136
<div id="download-page">
137-
<h1>Adafruit QT Py ESP32-S3 No PSRAM</h1>
137+
<h1>Adafruit QT Py ESP32-S3 8MB Flash No PSRAM</h1>
138138
<h3>by Adafruit</h3>
139139

140140
<div class="download-section">
@@ -212,7 +212,7 @@ <h2>Contribute</h2>
212212
<h3>CircuitPython 9.2.3</h3>
213213

214214
<p>
215-
This is the latest <strong>stable</strong> release of CircuitPython that will work with the Adafruit QT Py ESP32-S3 No PSRAM.
215+
This is the latest <strong>stable</strong> release of CircuitPython that will work with the Adafruit QT Py ESP32-S3 8MB Flash No PSRAM.
216216
</p>
217217
<p>
218218
<strong>Use this release</strong> if you are new to CircuitPython.

0 commit comments

Comments
 (0)