diff --git a/documentation/asciidoc/computers/raspberry-pi/introduction.adoc b/documentation/asciidoc/computers/raspberry-pi/introduction.adoc index 8cdbc2af2..c4f6efea1 100644 --- a/documentation/asciidoc/computers/raspberry-pi/introduction.adoc +++ b/documentation/asciidoc/computers/raspberry-pi/introduction.adoc @@ -191,7 +191,7 @@ For more information about the ports on the Raspberry Pi flagship series, see th Keyboard series devices use model identifiers of the form ``, where `X` indicates the corresponding Flagship series device. For instance, "Raspberry Pi 500" is the keyboard version of the Raspberry Pi 5. -[cols="7a,1,2,3,5"] +[cols="6a,2,2,3,5"] |=== | Model | SoC | Memory | GPIO | Connectivity @@ -385,37 +385,37 @@ For more information about Raspberry Pi Compute Modules, see xref:../computers/c Models with the *H* suffix have header pins pre-soldered to the GPIO header. Models that lack the *H* suffix do not come with header pins attached to the GPIO header; the user must solder pins manually or attach a third-party pin kit. -[cols="3,1,1,1,1,2"] +[cols="3a,1,1,1,1,2"] |=== | Model | SoC | Memory | Storage | GPIO | Wireless Connectivity -a| +| .Raspberry Pi Pico image::images/pico.png[alt="Raspberry Pi Pico"] | xref:../microcontrollers/silicon.adoc#rp2040[RP2040] | 264KB | 2MB | two 20-pin GPIO headers (unpopulated) ^| none -a| +| .Raspberry Pi Pico H image::images/pico-h.png[alt="Raspberry Pi Pico H"] | xref:../microcontrollers/silicon.adoc#rp2040[RP2040] | 264KB | 2MB | two 20-pin GPIO headers ^| none -a| +| .Raspberry Pi Pico W image::images/pico-w.png[alt="Raspberry Pi Pico W"] | xref:../microcontrollers/silicon.adoc#rp2040[RP2040] | 264KB | 2MB | two 20-pin GPIO headers (unpopulated) -a| +| * 2.4GHz single-band 802.11n Wi-Fi (10Mb/s) * Bluetooth 5.2, Bluetooth Low Energy (BLE) -a| +| .Raspberry Pi Pico WH image::images/pico-wh.png[alt="Raspberry Pi Pico WH"] | xref:../microcontrollers/silicon.adoc#rp2040[RP2040] | 264KB | 2MB | two 20-pin GPIO headers -a| +| * 2.4GHz single-band 802.11n Wi-Fi (10Mb/s) * Bluetooth 5.2, Bluetooth Low Energy (BLE) -a| +| .Raspberry Pi Pico 2 image::images/pico-2.png[alt="Raspberry Pi Pico 2"] | xref:../microcontrollers/silicon.adoc#rp2350[RP2350] | 520KB | 4MB | two 20-pin GPIO headers (unpopulated) ^| none -a| +| .Raspberry Pi Pico 2 W image::images/pico-2-w.png[alt="Raspberry Pi Pico 2 W"] | xref:../microcontrollers/silicon.adoc#rp2350[RP2350] | 520KB | 4MB | two 20-pin GPIO headers (unpopulated) a| diff --git a/jekyll-assets/scripts/theme.js b/jekyll-assets/scripts/theme.js index 49c9d754b..42f110893 100644 --- a/jekyll-assets/scripts/theme.js +++ b/jekyll-assets/scripts/theme.js @@ -1,6 +1,6 @@ // toggles the site theme between dark and light function toggleTheme() { - var cookiePermission = document.cookie.indexOf("cookiebanner_accepted"); + var cookiePermission = document.cookie.indexOf("cookiebanner_accepted=1"); // fetch the theme from local storage (if it exists) var theme = localStorage.getItem('theme');