From c551015cd70576f2467c7d1e13b49105d6ba6fbb Mon Sep 17 00:00:00 2001 From: cecio Date: Sun, 22 Dec 2024 22:26:48 +0100 Subject: [PATCH] added comment to PIWATCH --- USBvalve/USBvalve.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USBvalve/USBvalve.ino b/USBvalve/USBvalve.ino index 0285ccb..20eb308 100644 --- a/USBvalve/USBvalve.ino +++ b/USBvalve/USBvalve.ino @@ -21,7 +21,7 @@ // Uncomment the following to compile for the RP2040 based TFT round display // https://www.raspberrypi.com/news/how-to-build-your-own-raspberry-pi-watch/ -#define PIWATCH +//#define PIWATCH #include #include "Adafruit_TinyUSB.h"