From 1452cdb35a1eedbc6b6dc8e1165e6a0090abeffd Mon Sep 17 00:00:00 2001 From: Leo <5376265+leoherzog@users.noreply.github.com> Date: Mon, 18 Aug 2025 22:06:48 -0400 Subject: [PATCH] =?UTF-8?q?Correct=20InkPlate=2010=20to=201200=C3=97825?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://www.crowdsupply.com/soldered/inkplate-10 --- database/migrations/2025_08_16_135740_seed_device_models.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/migrations/2025_08_16_135740_seed_device_models.php b/database/migrations/2025_08_16_135740_seed_device_models.php index 355227f..5c5917e 100644 --- a/database/migrations/2025_08_16_135740_seed_device_models.php +++ b/database/migrations/2025_08_16_135740_seed_device_models.php @@ -106,7 +106,7 @@ return new class extends Migration 'label' => 'Inkplate 10', 'description' => 'Inkplate 10', 'width' => 1200, - 'height' => 820, + 'height' => 825, 'colors' => 8, 'bit_depth' => 3, 'scale_factor' => 1,