ESP32/main
Bob def2034d07 Fix printf format specifiers for uint64_t and uint32_t
Use PRIu64 and PRIu32 macros from inttypes.h instead of %llu and %u
to fix compilation errors with newer ESP-IDF versions
2025-11-08 23:43:29 +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 Add mass deployment system with static IP and WiFi configuration 2025-11-08 23:10:07 +00:00