From 8848a7814791fc102ebacad473c92ddb53cba2f3 Mon Sep 17 00:00:00 2001 From: Luthics Date: Mon, 14 Nov 2022 13:13:42 +0800 Subject: [PATCH] format change --- src/bt.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/bt.cpp b/src/bt.cpp index ead9d02..a40ef55 100644 --- a/src/bt.cpp +++ b/src/bt.cpp @@ -26,4 +26,6 @@ void bt_init() { Serial.println("Characteristic defined! Now you can read it in your phone!"); } -void bt_loop() {} \ No newline at end of file +void bt_loop() { + +} \ No newline at end of file