From 55a4ef3507431a1b7c9c87997fe088b7a43da65b Mon Sep 17 00:00:00 2001
From: Tom Herbers <mail@tomherbers.de>
Date: Fri, 22 Dec 2023 09:14:39 +0100
Subject: [PATCH] devices: add Raspberry Pi Foundation PI4

---
 devices.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devices.js b/devices.js
index 8f593bf..26b0be3 100644
--- a/devices.js
+++ b/devices.js
@@ -282,7 +282,8 @@ var devices_recommended = {
   "Raspberry Pi Foundation": {
     "PI1": { "raspberry-pi": "", "raspberrypi-model-b": "" },
     "PI2": { "raspberry-pi-2": "", "raspberrypi-2-model-b": "" },
-    "PI3": { "raspberry-pi-3": "", "raspberrypi-3-model-b": "" }
+    "PI3": { "raspberry-pi-3": "", "raspberrypi-3-model-b": "" },
+    "PI4": "raspberrypi-4-model-b",
   },
 
   "RAVPower": {
-- 
GitLab