From fdf28883c1ca452e583a08024f2c5589f5a37d3d Mon Sep 17 00:00:00 2001 From: justin Date: Sat, 11 Sep 2021 08:40:11 -0700 Subject: [PATCH] Update Shell.ino --- examples/Shell/Shell.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/Shell/Shell.ino b/examples/Shell/Shell.ino index 9b660d5..22089e2 100644 --- a/examples/Shell/Shell.ino +++ b/examples/Shell/Shell.ino @@ -8,7 +8,6 @@ #include "uFire_SHT3x.h" uFire::SHT3x sht30; - String buffer, cmd, p1, p2; void measure()