From 5143b04dec68526a124fa9e2e5e9aad8ec251fd3 Mon Sep 17 00:00:00 2001 From: chenxin Date: Tue, 14 Jan 2025 13:49:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index f44e7e5..99c2386 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -132,7 +132,7 @@ void setup(void) //sensor.begin(); bh1750_init(bh1750_a, bh1750_b, 19, 18, 21, 20); //1750初始化。sda, scl - + Serial.println("BH1750 initialized"); WebServer_Init(ssid, password); }