Skip to content

Commit ff52e9b

Browse files
committed
esp-now measure
1 parent 45a0bf3 commit ff52e9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/examples-communication/esp-now/speed-test/communication-espnow-receive_measure/communication-espnow-receive_measure.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @file example-serial-receive_measure.ino
33
* @author Phil Schatzmann
4-
* @brief Receiving audio via ESPNow with max speed to measure thruput
4+
* @brief Receiving data via ESPNow with max speed to measure thruput. We define a specific esp-now rate
55
* @version 0.1
66
* @date 2022-03-09
77
*

examples/examples-communication/esp-now/speed-test/communication-espnow-send/communication-espnow-send.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @file example-serial-send.ino
33
* @author Phil Schatzmann
4-
* @brief Sending audio over ESPNow
4+
* @brief Sending data over ESPNow. We define a specific esp-now rate
55
* @version 0.1
66
* @date 2022-03-09
77
*

0 commit comments

Comments
 (0)