Skip to content
Snippets Groups Projects
Commit 8dcee594 authored by Alexandru RADOVICI's avatar Alexandru RADOVICI
Browse files

fix the board name on the main page

parent f6cab0ed
No related branches found
No related tags found
No related merge requests found
......@@ -10,12 +10,12 @@ type FeatureItem = {
const FeatureList: FeatureItem[] = [
{
title: 'Raspberry Pi Pico W',
title: 'Raspberry Pi Pico 2W',
Svg: require('@site/static/img/pi-pico-w.svg').default,
description: (
<>
Use the RP2040 processor, one of the most affordable and easy to use
MCUs, on the Raspberry Pi Pico W to design and implement hardware devices.
Use the RP2350 processor, one of the most affordable and easy to use
MCUs, on the Raspberry Pi Pico 2W to design and implement hardware devices.
</>
),
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment