Skip to content
Snippets Groups Projects
Commit 9d957ef0 authored by Zhaoliang Zheng's avatar Zhaoliang Zheng
Browse files

change the baud rate

parent 14d1253e
Branches
No related merge requests found
......@@ -52,7 +52,7 @@ void OnDataRecv(const uint8_t * mac, const uint8_t *incomingData, int len) {
void setup() {
// Init Serial Monitor
Serial.begin(115200);
Serial.begin(9600);
// Set device as a Wi-Fi Station
WiFi.mode(WIFI_STA);
......
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