Skip to content
Snippets Groups Projects
Commit a7e0d782 authored by Zhiying Li's avatar Zhiying Li
Browse files

fix the delay bug

parent b184ba88
No related merge requests found
...@@ -316,5 +316,5 @@ void send_message(){ ...@@ -316,5 +316,5 @@ void send_message(){
Serial.println("Error sending the data"); Serial.println("Error sending the data");
} }
//------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------
// delay(50); // delay 50 ms after send out the message delay(50); // delay 50 ms after send out the message
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment