esp-idf/examples/common_components
AndriiFilippov 677ebc276c iperf: Update the formula for calculating the average bandwidth
The ethernet\iperf example has a bug, once bandwidth is more than 80 Mbits/s the average counter shows wrong total transmitted data value. Issue occur due to overflow of the uint32_t total_len variable.
* created new average formula to avoid the overflow
* updated interval formula according to new variables
* renamed variable according to its purpose
2021-09-08 11:20:47 +02:00
..
iperf iperf: Update the formula for calculating the average bandwidth 2021-09-08 11:20:47 +02:00
led_strip
pid_ctrl pid_ctrl: abstract into example common component 2021-08-10 15:32:06 +08:00
protocol_examples_common Merge branch 'feature/dual_eth' into 'master' 2021-08-27 06:11:48 +00:00
qrcode