microReticulum/examples/common/udp_interface
Chad Attermann 79b75bbd4e Replace string-concatenation logging with printf-style F-variants
Converted log calls across src/, examples/, and test/ to use DEBUGF/TRACEF/ERRORF/etc. macros instead of std::string + operator+. This eliminates temporary heap allocations on every log call, which matters on memory-constrained MCUs.
2026-03-01 10:59:33 -07:00
..
library.properties WIP: Minor refactoring of examples. 2025-08-24 20:52:38 -06:00
UDPInterface.cpp Replace string-concatenation logging with printf-style F-variants 2026-03-01 10:59:33 -07:00
UDPInterface.h WIP: Minor refactoring of examples. 2025-08-24 20:52:38 -06:00