Skip to content

Commit aaa754b

Browse files
author
Stefan Kremser
committed
ESP8266 Baudrate 115200
should provide more stability
1 parent b9b8f01 commit aaa754b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/esp8266_pcap_serial/esp8266_pcap_serial.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extern "C" {
2323

2424
//===== SETTINGS =====//
2525
#define CHANNEL 1
26-
#define BAUD_RATE 921600
26+
#define BAUD_RATE 115200
2727
#define CHANNEL_HOPPING true //if true it will scan on all channels
2828
#define MAX_CHANNEL 11 //(only necessary if channelHopping is true)
2929
#define HOP_INTERVAL 214 //in ms (only necessary if channelHopping is true)
@@ -74,4 +74,4 @@ void loop() {
7474
wifi_set_channel(ch); //switch to new channel
7575
}
7676
}
77-
}
77+
}

0 commit comments

Comments
 (0)