From b6e4dcf2f8c05465aaf8b485646f7a4f551ceb5c Mon Sep 17 00:00:00 2001 From: YiHui Liu Date: Mon, 10 Jan 2022 20:27:23 +0800 Subject: [PATCH] release v0.1.0 --- lib/utils/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/utils.cpp b/lib/utils/utils.cpp index cf3888d..8dabe5b 100644 --- a/lib/utils/utils.cpp +++ b/lib/utils/utils.cpp @@ -25,7 +25,7 @@ IPConfig STAStatic = { IPAddress(255, 255, 255, 0) }; BoardInfo Board = { - "0.0.1", + "0.1.0", WiFi.localIP() };