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