From 0f33ecacb71049e38eb68a71240ffde2683b3f71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20Hyl=C3=A9n?= Date: Wed, 19 Jul 2023 16:52:24 +0200 Subject: [PATCH 1/2] Remove comment reference The comment references an interface element that doesn't exist anymore. --- .../Arduino_LED_Matrix/examples/LivePreview/LivePreview.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/Arduino_LED_Matrix/examples/LivePreview/LivePreview.ino b/libraries/Arduino_LED_Matrix/examples/LivePreview/LivePreview.ino index df1b5d255..a2e392bf4 100644 --- a/libraries/Arduino_LED_Matrix/examples/LivePreview/LivePreview.ino +++ b/libraries/Arduino_LED_Matrix/examples/LivePreview/LivePreview.ino @@ -1,7 +1,6 @@ /* This sketch allows live editing of the matrix pixels using WebSerial To test, head to https://ledmatrix-editor.arduino.cc - press 'p' and select 'UNO R4 WiFi' board from the list. Don't forget to close any serial monitor already opened. */ From 6d3788bbfa0e2aa0946c59a0ecf7584d2bd6407d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20Hyl=C3=A9n?= Date: Wed, 19 Jul 2023 16:57:59 +0200 Subject: [PATCH 2/2] Update LivePreview.ino --- .../Arduino_LED_Matrix/examples/LivePreview/LivePreview.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/Arduino_LED_Matrix/examples/LivePreview/LivePreview.ino b/libraries/Arduino_LED_Matrix/examples/LivePreview/LivePreview.ino index a2e392bf4..7df7f234b 100644 --- a/libraries/Arduino_LED_Matrix/examples/LivePreview/LivePreview.ino +++ b/libraries/Arduino_LED_Matrix/examples/LivePreview/LivePreview.ino @@ -2,6 +2,8 @@ This sketch allows live editing of the matrix pixels using WebSerial To test, head to https://ledmatrix-editor.arduino.cc + The LED Matrix editor is part of Arduino Labs (https://labs.arduino.cc/), and is therefore considered experimental software. + Don't forget to close any serial monitor already opened. */