ESP32/main
Bob ed77cfe86f Remove undefined sip field from iperf config logging
The iperf_cfg_t struct doesn't have a sip (source IP) field,
only dip (destination IP). Remove sip from logging statement.
2025-11-09 02:35:16 +00:00
..
CMakeLists.txt Initial commit: ESP32 iperf implementation 2025-11-08 19:57:11 +00:00
Kconfig.projbuild Add mass deployment system with static IP and WiFi configuration 2025-11-08 23:10:07 +00:00
iperf.c Fix printf format specifiers for uint64_t and uint32_t 2025-11-08 23:43:29 +00:00
iperf.h Initial commit: ESP32 iperf implementation 2025-11-08 19:57:11 +00:00
main.c Remove undefined sip field from iperf config logging 2025-11-09 02:35:16 +00:00