We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b8f01 commit aaa754bCopy full SHA for aaa754b
examples/esp8266_pcap_serial/esp8266_pcap_serial.ino
@@ -23,7 +23,7 @@ extern "C" {
23
24
//===== SETTINGS =====//
25
#define CHANNEL 1
26
-#define BAUD_RATE 921600
+#define BAUD_RATE 115200
27
#define CHANNEL_HOPPING true //if true it will scan on all channels
28
#define MAX_CHANNEL 11 //(only necessary if channelHopping is true)
29
#define HOP_INTERVAL 214 //in ms (only necessary if channelHopping is true)
@@ -74,4 +74,4 @@ void loop() {
74
wifi_set_channel(ch); //switch to new channel
75
}
76
77
-}
+}
0 commit comments