Skip to content

Commit 77a77a4

Browse files
authored
Merge pull request #1665 from adafruit-adabot/magtag-2025-warning
additional warnings for MagTag 2025
2 parents 5887090 + b78b50c commit 77a77a4

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

_board/adafruit_magtag_2.9_grayscale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ features:
2121
- USB-C
2222
---
2323

24-
**UPDATE: The Adafruit MagTag has a new 2025 Edition! As of July 22, 2025, the display has been updated (the old one was discontinued). CircuitPython 10.0.0-beta.1 or later is needed to support the new display, and will still also support the old display on older MagTags. If you want to use 9.2.x or an older release on an older board, see the *Previous Versions of CircuitPython* box on this page.**
24+
**UPDATE: The Adafruit MagTag has a new 2025 Edition!** As of July 22, 2025, the display has been updated (the old one was discontinued). **You must use CircuitPython 10.0.0-beta.1 to support the new display.** It will also work on older MagTags.
2525

2626
The Adafruit MagTag combines the new ESP32-S2 wireless module and a 2.9" grayscale E-Ink display to make a low-power IoT display that can show data on its screen even when power is removed! The ESP32-S2 is great because it builds on the years of code and support for the ESP32 and also adds native USB support so you can use this board with Arduino _or_ CircuitPython!
2727

_includes/download/board.html

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,24 @@ <h3>CircuitPython {{ version.version }}</h3>
2020
This is the latest <strong>stable</strong> release of CircuitPython that will work with the {{ page.name }}.
2121
<strong>Use this release</strong> if you are new to CircuitPython.
2222
</p>
23+
{% if board_id == 'adafruit_magtag_2.9_grayscale' %}
24+
<p>
25+
<strong>WARNING: The updated Adafruit MagTag 2025 Edition will not work with Circuitpython 9.2.x or earlier</strong>.
26+
Use 10.0.0-beta.1 or later, downloaded from below.
27+
</p>
28+
{% endif %}
2329
{% else %}
2430
<p>
2531
This is the latest development release of CircuitPython that will work with the {{ page.name }}.
2632
</p>
2733
{% if page.family == 'esp32s2' or page.family == 'esp32s3' %}
2834
<p>
29-
<strong>On Espressif ESP32-S2 and ESP32-S3 boards with 4MB flash,
30-
CircuitPython 10.0.0-beta.0 and later require TinyUF2 bootloader version 0.33.0 or later.
31-
Older TinyUF2 bootloaders don't provide enough room for the firmware and cannot load it.
32-
See the
33-
<a href="https://github.com/adafruit/circuitpython/releases/tag/{{ version.version }}">Release Notes</a>
34-
for more details, and see <em>Update UF2 Bootloader</em> below.</strong>
35+
<strong>WARNING: On Espressif ESP32-S2 and ESP32-S3 boards with 4MB flash,
36+
CircuitPython 10.0.0-beta.0 and later require TinyUF2 bootloader version 0.33.0 or later.</strong>
37+
Older TinyUF2 bootloaders don't provide enough room for the firmware and cannot load it.
38+
See the
39+
<a href="https://github.com/adafruit/circuitpython/releases/tag/{{ version.version }}">Release Notes</a>
40+
for more details, and see <em>Update UF2 Bootloader</em> below.
3541
</p>
3642
{% endif %}
3743
<p>

0 commit comments

Comments
 (0)